Re: [PHP] Input variable from form help request

2011-09-29 Thread PHProg
, PHProg wrote: > if(!@copy('http://mydomain.com/files/ > > ".$_POST['trakname']."','/".$_POST['dirname']."/".$_POST['trakname']."')) > { > Â Â $errors= error_get_last(); > Â Â echo "COPY ERROR:

[PHP] Input variable from form help request

2011-09-29 Thread PHProg
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