I have 2 text boxes, and want it to write them to a txt file
Moderator: General Moderators
-
bow-viper1
- Forum Newbie
- Posts: 2
- Joined: Fri Aug 01, 2003 2:02 pm
I have 2 text boxes, and want it to write them to a txt file
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
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
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