help with php!!!
Posted: Sun Mar 09, 2008 6:55 pm
Does anyone know a way to create a txt file using php?
I want my webpage in a specific function to create a txt file (which name will be taken from a variable, for example $name). Then i will open the file using fopen function, write to it using fwrite and close it using fclose, but i don't know how to create the file.
I want my webpage in a specific function to create a txt file (which name will be taken from a variable, for example $name). Then i will open the file using fopen function, write to it using fwrite and close it using fclose, but i don't know how to create the file.