Saving text to a .txt file by pushing a button

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
creative
Forum Newbie
Posts: 2
Joined: Fri Feb 20, 2004 8:47 pm

Saving text to a .txt file by pushing a button

Post by creative »

Such as, whenever I type in the input text box that I made in html. I want to be able to push save and that information i typed to be stored into a .txt file. Im doing this because im working on a Content System Management project. :lol:
defx
Forum Commoner
Posts: 36
Joined: Mon Feb 16, 2004 11:50 pm
Location: Florida, USA

Post by defx »

look up and learn fwrite and fopen :)
Post Reply