Andrew,

    Thanks for the help!  It worked!

:)

Gee, how happy I am, now I get to work on the unlink file portion, and
confirmation texts :)

THANKS!

Sean



On 4/12/01 6:25 AM, "Andrew Rush" <[EMAIL PROTECTED]> wrote:

> on 4/12/01 7:32 AM, g0thic at [EMAIL PROTECTED] wrote:
> 
>> copy($f_loc,$destination.''.$f_loc_name);
> 
> instead of doing this, do:
> 
> $path=$destination.$f_loc_name;
> 
> copy($f_loc, $path) or die("unable to copy $f_loc_name to location $path");
> 
> your path is probably getting concatenated incorrectly.
> 
> 
> have a great day
> andy
> 
> --
> *******************************************************
> Andrew Rush :: Lead Systems Developer :: MaineToday.com
> *******************************************************
> 
> "A friend of the devil is a friend of mine" - R. Hunter
> 
> 
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to