Recent blog posts
- Slicebox.net Review: A Server Nightmare
- Is A Yahoo Directory Link Worth It?
- Fast and Effective PHP Session Setup Example to Minimize Logouts and Problems
- Installing APC from beta/alpha development onto centOS 5.4 64 bit dual core
- Using Jquery, JSON, and AJAX in Drupal
- osDate and mysql Performance Optimization Tips
- osDate Permission Denied Behavior
- Landing Page and Referral Tracking For PHP/mysql osDate Site
- Installing Flash Video Chat With Your Own Chat Server or p2p
- Setting up DKIM, SPF, Domainkeys DNS, Regular DNS on CentOS 5.3 at Pacificrack.com
Popular content
All time:
- Drupal Customization and Website Solutions By Peter Christopher at Palma SEO
- Creating a Custom Drupal Block With PHP
- Setting up DKIM, SPF, Domainkeys DNS, Regular DNS on CentOS 5.3 at Pacificrack.com
- Moving A Single Drupal Install from default Directory to Multi-Site Drupal Installation
- How To Setup Drupal RSS Feed With FeedBurner and Adsense
- Installing Bugzilla on centos - perl modules and other issues
- robots.txt, nofollow, noindex, and Search Engine Behavior
- Installing Flash Video Chat With Your Own Chat Server or p2p
- Configuring A Few FCKeditor Attributes For Drupal 6
- Palma SEO Services Offered
- About Peter Christopher
- Yahoo Groups Are Dead
- Package Specials
- Fast and Effective PHP Session Setup Example to Minimize Logouts and Problems
- Change Open Realty URLs to Remove .html Suffix
- Multiple H1 Tags and Drupal
- Page Rank Meditations on a Theme by Matt Cutts
- osDate and mysql Performance Optimization Tips
- Landing Page and Referral Tracking For PHP/mysql osDate Site
- Guarantee
- How to Set Drupal FCKEditor Role Precedence Order for Users And Multiple Profiles
- Fixing osDate captcha
- Networking Vista and XP: Steps I Had to Take
- How to Get a Copy of Open Realty Running on Your Local Machine For Development
- Take Stanford SEE AI Course For Free; Learn Machine Learning like Google's Founders Learned
- Installing Vista Service Pack 1 on Gateway cx210x Convertible Laptop With Upgraded Hard Drive, Linux, and Error 0x800F0826
- Be Careful With Clicksor: Their Javascript Embeds Links Even If You Only Add a Banner
- Check Out The State of Drupal Address by Dries From March 2009
- Thinking about SEO Search Engine Optimization When Implementing Drupal
- 1998: Amazon Snubs Google

setting permissions
Hi,
I'll try to describe more clearly. First of all - my comments are deliberately vague because setting the permissions properly depends on your installation and userbase. Are you the only "authenticated user" on your site? If so, there is no need to add any other user class, just use "authenticated user". The reason this is so important is because if you allow anyone else to run php code, they can easily destroy your entire site, either maliciously, or by mistake. You have to be very careful to only allow yourself and very trustworthy and competent programmers to have "php" permission. If you do have many other users, you do need a separate "administrative" class to administer blocks containint php code.
Assuming you've gotten that figured out - also don't forget as well to set the "input format" of the block you created to be "php" format.
If it's still not working, tell me more details of your system and we can troubleshoot it further.
-Peter