Re: [PHP] POST long texts to PHP

2005-05-07 Thread bala chandar
Hi, On 5/7/05, Marek Kilimajer <[EMAIL PROTECTED]> wrote: > First of all, don't hijack threads. Instead of replying to a message, > create a new one. i agree with him > > SED wrote: > > I need to POST long texts through a form to PHP but the text cuts down to > > around 64.000 characters. Is th

Re: [PHP] POST long texts to PHP

2005-05-07 Thread Richard Lynch
On Sat, May 7, 2005 10:42 am, SED said: > I need to POST long texts through a form to PHP but the text cuts down to > around 64.000 characters. Is there any way to allow longer texts (like in > php.ini)? In addition to the browser limitations on a TEXTAREA, web servers are free to limit POST data

Re: [PHP] POST long texts to PHP

2005-05-07 Thread Marek Kilimajer
First of all, don't hijack threads. Instead of replying to a message, create a new one. SED wrote: I need to POST long texts through a form to PHP but the text cuts down to around 64.000 characters. Is there any way to allow longer texts (like in php.ini)? This is browser limit. Most, if not all,

[PHP] POST long texts to PHP

2005-05-07 Thread SED
I need to POST long texts through a form to PHP but the text cuts down to around 64.000 characters. Is there any way to allow longer texts (like in php.ini)? Regards, SED -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php