I 'm new in php world....and I don't understand a thing.....if I want to pass more variable to a php page from a form...how can i do?
Printable View
I 'm new in php world....and I don't understand a thing.....if I want to pass more variable to a php page from a form...how can i do?
what do you mean "More variable"?
Just do it. You don't need to declare GET or POST variables; just process the $_GET and $_POST arrays.
@Pena, do you understand his question?
In php for each events...text,submit,checkbox......there is a variable....but if I want associate more then a variable on a submit or other events...
well you can have as many buttons, checkboxes, options, as you want per each form, you just have a larger array.
http://www.w3schools.com/tags/tag_input.aspQuote:
Originally Posted by stejano
Under type, if you choose hidden then you can store a post variable and have it hidden on the html page.