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! Quote Link to comment 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']; Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.