Hi,
I have created a form and since it is very long some of my users need a SAVE feature so that they can enter some details-> save it, and then fill the blank fields in the future.
Most of my form fields are 'textarea' as the data entred by users is going to be very long and may go upto 3-4 para.
Can I do this with PHP and MYSQL and if yes how do I go about it?
Is this the best way to store large text data?
Thanks