Re: [PHP] tod help (copy function)

2006-10-18 Thread Richard Lynch
On Tue, October 17, 2006 11:30 pm, [EMAIL PROTECTED] wrote: > results with: > dir created > error: > Warning: copy(music/index.php): failed to open stream: Permission > denied in /home//public_html/leaders/tod/index.php on line > 27 > result with: > dir created > > page blank > or > page copied su

[PHP] tod help (copy function)

2006-10-17 Thread todtot87
I am having an issue with the copy function. When I use the php.net specifications with the URLs being relative URLs I get a permission error but all files and folders are set to 777. See Code 1. If I use an ftp url it works for a few times but eventually I start copying blank pages. See Code 2