Hello my PHP script is generatring "Please Wait
Warning: copy(copiedhtml.txt) [function.copy]: failed to open stream: Permission denied in /home/?????????/domains/?????????.frih.net/public_html/ppc/?????????.php on line 13
failed to copy $filename...
I know where this is coming from but I see I have the followwing permissions on the file i'm trying to copy:
-rw-r--r-- 1 ftp ftp 23419 Jan 14 02:24 pcostals.html
In my ftp software (core lite) I have a menu option called custom commands and tried to
"chmod 777 pcostals.html"
How do I open files for writing on my part of the server?
Thanks
Warning: copy(copiedhtml.txt) [function.copy]: failed to open stream: Permission denied in /home/?????????/domains/?????????.frih.net/public_html/ppc/?????????.php on line 13
failed to copy $filename...
I know where this is coming from but I see I have the followwing permissions on the file i'm trying to copy:
-rw-r--r-- 1 ftp ftp 23419 Jan 14 02:24 pcostals.html
In my ftp software (core lite) I have a menu option called custom commands and tried to
"chmod 777 pcostals.html"
How do I open files for writing on my part of the server?
Thanks
