Try using the mkdir function:
http://www.php.net/manual/en/function.mkdir.php

Daniel Kushner
[EMAIL PROTECTED]
____________________________________
Need hosting? http://www.thehostingcompany.us/


> -----Original Message-----
> From: Javier Montserat [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 12, 2002 11:29 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] exec / mkdir question
> 
> 
> i'm using the following code to create a directory :-
> 
> $temp = exec("mkdir $path");
> 
> it doesn't work...
> 
> i've validated the $path var which is correct.  i suspect it is a 
> permissions issue.
> 
> what should i look for to resolve this?
> 
> thanks,
> 
> javier
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to