Recent blog posts
- 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
- Installing Bugzilla on centos - perl modules and other issues
Popular content
All time:
- Drupal Customization and Website Solutions By Peter Christopher at Palma SEO
- Creating a Custom Drupal Block With PHP
- How To Setup Drupal RSS Feed With FeedBurner and Adsense
- 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
- robots.txt, nofollow, noindex, and Search Engine Behavior
- Installing Bugzilla on centos - perl modules and other issues
- Configuring A Few FCKeditor Attributes For Drupal 6
- About Peter Christopher
- Palma SEO Services Offered
- Yahoo Groups Are Dead
- Package Specials
- Page Rank Meditations on a Theme by Matt Cutts
- Change Open Realty URLs to Remove .html Suffix
- Multiple H1 Tags and Drupal
- How to Set Drupal FCKEditor Role Precedence Order for Users And Multiple Profiles
- Networking Vista and XP: Steps I Had to Take
- Fixing osDate captcha
- Installing Flash Video Chat With Your Own Chat Server or p2p
- Guarantee
- osDate and mysql Performance Optimization Tips
- How to Get a Copy of Open Realty Running on Your Local Machine For Development
- Be Careful With Clicksor: Their Javascript Embeds Links Even If You Only Add a Banner
- Installing Vista Service Pack 1 on Gateway cx210x Convertible Laptop With Upgraded Hard Drive, Linux, and Error 0x800F0826
- Take Stanford SEE AI Course For Free; Learn Machine Learning like Google's Founders Learned
- 1998: Amazon Snubs Google
- Check Out The State of Drupal Address by Dries From March 2009
- Thinking about SEO Search Engine Optimization When Implementing Drupal
- Does Using Google Toolbar Give Google Information That Will Give You A Site Penalty?
- To What Extent Does Google Use Visitor Time vs. Links in Page Rank / SERPs?


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