LucaUWF
Jun 5th, 2003, 08:59 AM
I'm new to php and I'm looking for File Handling information.
A quick search on the web seems to suggest that I can write to a file, open a file and even append to a file... but the only way they seem to actually get a file created on the server is to actually upload it.
Is there a way to create a file on the server using php.
For example, say when a new user fills in a form, his details are saved to a text file.
*I don't want to use a Database to store this info*
TIA
A quick search on the web seems to suggest that I can write to a file, open a file and even append to a file... but the only way they seem to actually get a file created on the server is to actually upload it.
Is there a way to create a file on the server using php.
For example, say when a new user fills in a form, his details are saved to a text file.
*I don't want to use a Database to store this info*
TIA