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?
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.
Bookmarks