Hey guys,
firstly thanks for taking a look
I have a form, which has fields of names like -
<INPUT size=22 name=FirstName1[]>
The form submits to php file to handle the data and put it in the database.
The php processor is attached, all I am getting from this form, (where the problem lies) is parse error on line 15, but I don't see any problem with it!!
Hopefully someone could browse the file and see the problem!