Stuart Donald wrote:
> I am trying to generate an html form with approximately 3000 post
> variables (1500 input type text and 1500 hidden, I am mimicing a grid
> control).   The page will handle several hundred but it crashes with
> more. Is there a limit to the number of variables that can be sent
> post.
>
> Or is it possible I am violating some html tag rules  and the browser
> does not have a too much problem with the few hundred post variables.

I thought there is a limit, though I never tried to remember it for I
thought it would always be enough..
You can also try to send it using an array as variable or use sessions.

-Peter



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to