Click to See Complete Forum and Search --> : Multiple php forms processing


alphanet
07-16-2003, 12:38 PM
Hi,

Please help us in order to implement multiple PHP forms processing, how could we pass our values and all other parematers?
Also, if I need to have form with checkboxes (how could we configure it in MySQL table creation and what is the values should be set in the PHP form?

Thank you

brendandonhue
07-16-2003, 03:46 PM
Values are passed from the form to the script via either the method POST or GET.
The type of elements in the form do not affect what goes in MySQL.
And we can't tell you what values you want in your form.