Hi Please see: copy("tmp_file.txt","home/my_file.txt"); PHP: This is the error i am getting: Warning: copy(tmp_file.txt) [function.copy]: failed to open stream: No such file or directory in C:\wamp\www\youtube\popular.php on line 2 any help
Yes definitely add the full path. Make sure the files are actually inside the same directory your script is running. You'll also need to put a/ infront of home /home/ Or else itll look for a sub directory in your current directory called home