Page 1 of 1

Saving text to a .txt file by pushing a button

Posted: Fri Feb 20, 2004 8:47 pm
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:

Posted: Fri Feb 20, 2004 8:49 pm
by defx
look up and learn fwrite and fopen :)