Hi,
Just wanted to know what could be the security cautions I should know about PHP Hosting?
Thanks
Hi,
Just wanted to know what could be the security cautions I should know about PHP Hosting?
Thanks
Here are some of the things:
eval, passthru, shell_exec,etcallow_url_fopenregister_globalsAnd don't forget:
Finally as suggested by Rook, you should run:
PHPSecInfo script to see security settings of your host.
If you speak as developer (and not as hoster), then don't rely on the server -- write secure code and you won't be harmed by any php configuration directive ever.