mjz
December 12th, 2004, 02:18
I am currently using...
copy ("$file", "/home2/free/public_html/images/$file_name") or die("Could not copy file");
...for my uploading script on http://www.free-image-host.org.
What are the pros and cons of using copy opposed to fwrite. Does it even really matter for the type of page I run? Everything seems to work like a charm.
copy ("$file", "/home2/free/public_html/images/$file_name") or die("Could not copy file");
...for my uploading script on http://www.free-image-host.org.
What are the pros and cons of using copy opposed to fwrite. Does it even really matter for the type of page I run? Everything seems to work like a charm.