Jump to content

Need Help Finding a Textbox saving script


flyersman

Recommended Posts

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!

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'];

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.