[php] probleme avec MkDir

probleme avec MkDir [php] - PHP - Programmation

Marsh Posté le 07-06-2002 à 11:14:26    

si vous pouvez m aider
 
j ai ce bout de code

   $path=$destinataire."/".$src;
                 echo $path;
                 if (!file_exists($path)) {
                 mkdir($path, 0777);<<ligne 15
                 }

 
a l execution j ai un message d erreur  
 
johannac/jerry
Warning: MkDir failed (No such file or directory) in d:\intranet\gps\messagerie\insert_fichier.php3 on line 15

 
c ou que ca cloche?

Reply

Marsh Posté le 07-06-2002 à 11:14:26   

Reply

Marsh Posté le 07-06-2002 à 11:40:19    

[:totoz6]

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed