"Jeremy Reed" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is the problem: The user tries to submit a news article of 2+ pages
> (approx 4400 characters) but the article gets truncated to about 4050
> characters.  Is there some sort of limitation on PHP variables that is
> causing this?

Are you using <form method=get>or <form method=post> ?

I'm not certain about the details but GET is not useful for handeling large
data, while POST has a default setting of max 2MB pr. request.

-Jørg





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to