Is there a limit on how many values can be posted via PHP?

Basically, I have a form that needs to post lots of values (280 I think) from a form into a PHP script.

On one server I’ve tried this on it all works fine, but I’ve tried on another server (my works local server, which this app will be deployed on) and it gets up to the 198th value and then craps out, giving me a hell of a load of undefined index errors along the way.

All I can think is that the config between the two servers is different in some way, but I wouldn’t know where to begin looking. If anyone has any ideas why it works online but not locally, any help would be much appreciated!

Cheers :mountie: