Forum Moderators: coopster
Is there anything to be particularly aware of when runnning scripts with safe mode off?
I currently check all user input and strip out PHP/HTML tags and characters such as ; \ etc.
ANy other things to think of?
The PHP safe mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels aren't very realistic, many people, especially ISP's, use safe mode for now.
[us3.php.net...]
And RE restrictions on functions
[us3.php.net...]