Possible Duplicate:
PHP: How To Disable Dangerous Functions
Hi, this is my situation: I must let my clients enter PHP code, but only safe functions like string function, date function etc. So I need the danger PHP functions list to remove them by using string replace before save to PHP file. Any suggestion?
Forget it. Reliable function whitelisting is not possible in php. Example:
realistic options are