Use exec() function in server?
Posted: Thu Sep 27, 2007 8:13 am
hello!
I'm actually having problems with using exec() function in PHP in the web server.
It seems that it doesn't execute any command at all.
For example when I use
exec("mkdir a");
in my local server everything it's OK.
But I can not do the same thing in the web server. It seems I don't have enough permissions
to do that.
Is there any way to get these permissions?
Thank you!
I'm actually having problems with using exec() function in PHP in the web server.
It seems that it doesn't execute any command at all.
For example when I use
exec("mkdir a");
in my local server everything it's OK.
But I can not do the same thing in the web server. It seems I don't have enough permissions
to do that.
Is there any way to get these permissions?
Thank you!