How to write ?
Linux, Apache, MySQL, PHP
3
Posts
2
Posters
0
Views
1
Watching
-
In Windows hosting $ud=fopen("..\html/vol.html","w"); it is working but not working in Linux hosting what i need to change ?
I think you need to use a directory path (something like "c:/path/to/your/file.html" or "/home/website/yourfile.html" on linux) I know this code works: http://www.tizag.com/phpT/filewrite.php[^]
-
In Windows hosting $ud=fopen("..\html/vol.html","w"); it is working but not working in Linux hosting what i need to change ?
and linux will be cAse seNSitiVe.