+ 1
How to make a code which will auto save the txt input in a input box
I have make a input box and I want to save the text which I will put in the box and save it to my .txt file
4 Answers
+ 1
You need to create/open a txt file using the concepts of file handling in PHP.
Then take the input box value in a PHP variable and append it to the file and close the file.
+ 1
but how ...I don't know how to do it
+ 1
thanks ..it really help full for me
0
This might help you-
http://www.howtoplaza.com/save-web-form-data-text-file