Do you have safe_mode / register globals turned on

Register globals and safe_mode are disabled by default for security reasons.

Note also that due to the security problems associated these features, they will not exist in PHP6. As such it is good practice to remove any use of them now.

Related categories: Programming