flyersman Posted May 17, 2008 Share Posted May 17, 2008 Hey Everyone, Is there a free script around for this? Where theres a textbox, and a submit button. You write in the textbox, click submit, and whenever you look at the textbox what you wrote is still their until you update it again. Whether it stores it in MySQL or the page, I need a script for this. Is there a free one out there, or any help making this? Thanks! Link to comment https://forums.phpfreaks.com/topic/106102-need-help-finding-a-textbox-saving-script/ Share on other sites More sharing options...
DeanWhitehouse Posted May 17, 2008 Share Posted May 17, 2008 we won't write it for you , but my advice would be to store it in the database, and then retrieve it, or if it's just for the page, for the time there on, i would just store it in a variable like $textarea = $_POST['textarea_name']; Link to comment https://forums.phpfreaks.com/topic/106102-need-help-finding-a-textbox-saving-script/#findComment-543811 Share on other sites More sharing options...
flyersman Posted May 17, 2008 Author Share Posted May 17, 2008 we won't write it for you , but my advice would be to store it in the database, and then retrieve it, or if it's just for the page, for the time there on, i would just store it in a variable like $textarea = $_POST['textarea_name']; Thanks for the input. Didnt mean write it for me, was wondering if there was a free script out there for it. Link to comment https://forums.phpfreaks.com/topic/106102-need-help-finding-a-textbox-saving-script/#findComment-543815 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.