array form problem
Hi everyone,
I have a problem for handling array form between JavaScript and PHP.
So far as I know that JavaScript read form.fieldName by using form.fieldName[i], but PHP read form.fieldName[i] by using $_POST['fieldName']. I found some problems if I want to verify the input using JavaScript before submit the form.
Anyone can let me know how to solve it?
Thank you in advance,
Jun
|