Re: [PHP] Unline file...permission denied

2004-05-05 Thread Marek Kilimajer
http server needs write permission to the directory (../../secure/Admin/Orders/). Permission on the file do not matter. Aaron Wolski wrote: Hey all, I have a script that DDI work but for some reason it no longer does. It attempts to unlink a file before writing a new file. The code for it is: unl

[PHP] Unline file...permission denied

2004-05-05 Thread Aaron Wolski
Hey all, I have a script that DDI work but for some reason it no longer does. It attempts to unlink a file before writing a new file. The code for it is: unlink("../../secure/Admin/Orders/order.txt"); Error is: Warning: unlink(../../secure/Admin/Orders/order.txt): Permission denied If I remo