Sorry I don't know if this is a php specific problem and I can't find reference to it anywhere. I have a Form that is driven by data. The number of rows in the form are based on rows in a database. The Form works fine for small amounts of data ( 10s of rows ) but when there are hundreds of rows the Form fails to submit the $_POST variables. Is there a limit? Thanks,
Also it depends on the error you get. There can be other problem, e.g. if you have very large amount of transmitted data with not optimized code, php interpreter can stop due to low resources. Can you specify the error you got?