I'm trying to find out what is the best method to transfer longtext for storage in a database. I know I could use the URL pass method, but we're talking about a lot of content here.
I will have a form with some <textarea> elements that will hold alot of data. This data needs to be put into the MySQL database.
Does anyone have any suggestions on a method to use to pass this information?
Thanks in advance
I will have a form with some <textarea> elements that will hold alot of data. This data needs to be put into the MySQL database.
Does anyone have any suggestions on a method to use to pass this information?
Thanks in advance