[PHP] Write permission problem

2002-05-29 Thread Manisha
? $fp = fopen (EmailListNew.txt, w); $fpSend = fwrite($fp,The file is created on Linux); fclose ($fp); echo (File write test over); ? This is piece of my code, It is executing without any error but file is not getting created. I tried the read mode, it is ok. That means the directory does not

RE: [PHP] Write permission problem

2002-05-29 Thread Martin Towell
PROTECTED] Subject: [PHP] Write permission problem ? $fp = fopen (EmailListNew.txt, w); $fpSend = fwrite($fp,The file is created on Linux); fclose ($fp); echo (File write test over); ? This is piece of my code, It is executing without any error but file is not getting created. I tried the read mode