[PHP] copy + chmod problems ...

2002-02-07 Thread jeremy rotsztain
hello, i'm attempting to copy a file from its original location to a new folder ... $oldfile = files/adamsCampbells.swf; $newfile = photos/adamsCampbells.swf; $test = copy($oldfile, $newfile); however, in doing so, i'm encountering some problems: Warning: Unable to

Re: [PHP] copy + chmod problems ...

2002-02-07 Thread jeremy rotsztain
page? can you perform the chmod from the command-line? what is the entire error message? also, the error doesn't really suggest this, but have you tried using the full path? on 2/7/02 8:07 AM, jeremy rotsztain at [EMAIL PROTECTED] wrote: hello, i'm attempting to copy a file from its