Click to See Complete Forum and Search --> : Fopen? php5 iis windows


Jorian
12-27-2004, 03:41 PM
Hello

I have installed iis with php 5 but fopen with the read function works and with the write function doesn't work. It gives no errors but the text file isn't created.

If I fopen with the read function and I give a wrong file path, php also gives no errors.

can anybody help me with this?

Thanks

devinemke
12-27-2004, 06:09 PM
set error_reporting = E_ALL in your php.ini and re-test

Jorian
12-28-2004, 05:46 AM
Thanks