+ 3
File handling
does anyone can help me? fopen('file','w') is not creating any file and fwrite();is not writing anything in my local disk I am using xamp ,local server in linux.... I am stuck for the whole day. feel free to comment
2 Respostas
+ 2
I just changed file permission to 777 and now it's working
0
Use double quotes.
fopen("file", "w");