Thread
:
php how do i disable safe mode
View Single Post
11-06-2005, 04:09 AM
grumpy
Too lazy to set a custom title
Join Date: Jan 2002
Location: Holland
Posts: 9,870
http://www.php.net/manual/en/function.ini-set.php
will be something like this string ini_set ( string varname, string newvalue )
sample
result=ini_set(safe_mode,false);
put it at the top of your script.
__________________
Don't let greediness blur your vision
|
You gotta let some shit slide
icq - 441-456-888
Last edited by grumpy
; 11-06-2005 at
04:11 AM
..
grumpy
View Public Profile
Visit grumpy's homepage!
Find More Posts by grumpy