I tried to use exec() to create directory, but it doesn't work.
I have turned safe_mode off and added user permission to cmd.exe .
There are no error showed.
But there are no directory created .
<< But when I tried on Appserv, it's work. >>
exec(" md example_dir ");
What's wrong?
How to solve the problem.
Thanks.