copy() function issues
Posted: Wed Mar 23, 2011 9:21 pm
Hey guys,
Im trying to copy an xml file to another directory and im getting this error
copy(/music.xml): failed to open stream: No such file or directory in /var/www/test.php on line 6
now i know that the destination file doesnt exist because i want the copy() function to create it. any thoughts?
Im trying to copy an xml file to another directory and im getting this error
copy(/music.xml): failed to open stream: No such file or directory in /var/www/test.php on line 6
now i know that the destination file doesnt exist because i want the copy() function to create it. any thoughts?