Hello. I have a form which consists on 132 rows with 5 text inputs on each row, and the names for each field are: [Person][name1] [Person][surname1] [Person][login1] [Person][pwd1] [Person][info1] [Person][name2] [Person][surname2] [Person][login2] [Person][pwd2] [Person][info2] etc... When I send this form, I have an "echo $_POST;" in the first line of code, and it prints "only" the information from the first 27 rows, and the first two fields of the 28th row. So, what I receive are the fields from "[Person][name1]" to "[Person][login28]". And of course, I am loosing all the fields from "[Person][pwd28]" to "[Person][info132]". Any idea? I'm a bit desperate. Thank you very much in advance.