Hi all
I'm having troubles with the safe mode. My ISP has safe mode ON. Now i'm busy accessing files, deleting uploaded files, moving them and so on. Different actions are performed by different scripts. I want to make use of functions like stat() and so on, but each time I get the warning: Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 884 is not allowed to access /opt/guide/www.company.com.nl/HTML/myDir owned by uid 99 Since safe mode is ON and I can't change it in php.ini of my ISP I am wondering what to do now? There is this whole lot of file functions which I wanna use, but each time I'm getting the warning or warnings that look like the one above. I already tried ini_set("safe_mode",0) but since the script is already accessed this action comes too late and even more important, according to the manual this entry can be set only in php.ini or httpd.conf (PHP_INI_SYSTEM) . Does anybody know a safe workaround for this phenomenon? Any tips are most welcome! Regards Wilbert Enserink ------------------------- Pas de Deux Van Mierisstraat 25 2526 NM Den Haag tel 070 4450855 fax 070 4450852 http://www.pdd.nl [EMAIL PROTECTED] ------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php