Hi,
just checked the php.ini settings but it seems safe mode is off, any reason. I also restarted Apache. hmmmm any reason why this is not working on this server?
Thanks again
User Profile
Collapse
-
Hi,
I am fairly new to this so if you could let me know what am I doing wrong as when I moved this script to another server it seems to work.
ThanksLeave a comment:
-
exec(), system(), chdir() problem
Hi everyone,
I have a very strange problem when trying to run a simple php script:
ob_start();
$e=chdir("/usr/lib") or die("Could not change directory");
echo getcwd();
ob_end_flush();
when I run it through command line, it gives me /usr/lib/ but when I run it through the browser it always shows my current web directory where the script is located. I tried using...
No activity results to display
Show More
Leave a comment: