
Archive Tutorials
Discussion Home
Login / Register
Board List
PHP programming
General
Links
How to save gas 25% or more
Marshall Reddick
Network
Marketing Forums
Income Tax Help
Lose 10 Pounds in 3 Weeks
PHP Forum Script
Online Contest

Learn PHP in 47 hours!
|
|
|
permission
by ytiwari on Mon 06/12/2006 10:23 PM |
Hi this is my first Q. I want to delete file but I m getting error unlink failed(Permission denied), plz help me..........
|
|
[Reply]
[Back to Top]
|
chmod
by uclaboyz on Tue 06/13/2006 12:16 AM |
Hi there, Most likely you have a permission problem. You will need to change your file's permission by doing CHMOD 777 command. This can be done via FTP software, or at command prompt... you can do chmod --help for more information on setting file permissions. chmod 777 sets the file to be readable, writtable, and executable - including deletion/unlinking. Hope this helps, Steven
|
|
[Reply]
[Back to Top]
|
|
|
|
|
|