file creation error
Posted: Fri Dec 16, 2011 1:50 am
hi I have written the following line in my code to create a file and write data in it but, unable to do the same
i am getting an error...unable to create file permission denied...
i am working on windows vista...with ntfs file system...
please help!
Code: Select all
@ $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt",'ab');
i am working on windows vista...with ntfs file system...
please help!