Page 1 of 1
I have 2 text boxes, and want it to write them to a txt file
Posted: Mon Sep 01, 2003 12:02 pm
by bow-viper1
I have 2 text boxes, and want it to write the text in them to a text file on the server, it will have write all permissions, so that isn't a problem, but is this possible in PHP?
yes
Posted: Mon Sep 01, 2003 12:56 pm
by phpScott
Yes it is possible to do that in php.
go to
http://ca2.php.net/manual/en/function.fwrite.php as the fwite function allows you to write to a file.
If you need more help then the example there let us know and we will more then gadly help you with your script.
phpScott