how to restrict PHP script with file system access?

anniew

New Member
I have a PHP script, which MAY try to access files in the directories that have sensitive data. I want to restrict such operations.I want to allow this script to access files/directories only in the directory I'm specifying. Is it possible to do? Thanks.
 
Back
Top