Hi,
I am using the following copy code to move all files from 1 folder to another but i always get an error....can someone please tell me where i am going wrong with this piece of coding.
here is the code:
here is the error message:
Warning: copy(upload/imgtemp/1369012657/IMG00038.jpg) [function.copy]: failed to open stream: No such file or directory in /home/vecre0/public_html/test/8/addimgck.php on line 86
I am using the following copy code to move all files from 1 folder to another but i always get an error....can someone please tell me where i am going wrong with this piece of coding.
here is the code:
Code:
<? copy($tempFLDR, $path) or die ; ?>
Warning: copy(upload/imgtemp/1369012657/IMG00038.jpg) [function.copy]: failed to open stream: No such file or directory in /home/vecre0/public_html/test/8/addimgck.php on line 86
Comment