, PHProg wrote:
> if(!@copy('http://mydomain.com/files/
>
> ".$_POST['trakname']."','/".$_POST['dirname']."/".$_POST['trakname']."'))
> {
> Â Â $errors= error_get_last();
> Â Â echo "COPY ERROR:
I'm trying to create a standard web form that will use a PHP script
to copy a file from one server to another.
Both servers have the files in publicly accessible directories.
The html form I'm using follows...
Enter the filename you wish to copy.
Enter the directory at mydomain.net where
2 matches
Mail list logo