Problems posting large amount with php into mySQL
Posted: Thu Aug 31, 2006 10:42 am
Hi,
I have a page with a number of <textarea>:s and it works fine to post this form into my mySQL DB.
But when the number of characters gets too large it won't save.
The funny thing is that if I take all the text in all the text areas that wouldn't save and put all the text in to one of the textareas it will save fine.
I have tried to increase my max post size in php.ini to 20M but still same problem.
I'm running php 5.1.2 with IIS and mySQL.
my clients have called me about 500 times today and I really need to get this sorted.
Anyone has a solution for this?
Thanks
I have a page with a number of <textarea>:s and it works fine to post this form into my mySQL DB.
But when the number of characters gets too large it won't save.
The funny thing is that if I take all the text in all the text areas that wouldn't save and put all the text in to one of the textareas it will save fine.
I have tried to increase my max post size in php.ini to 20M but still same problem.
I'm running php 5.1.2 with IIS and mySQL.
my clients have called me about 500 times today and I really need to get this sorted.
Anyone has a solution for this?
Thanks