|
-
Aug 19th, 2007, 02:50 AM
#1
Thread Starter
Addicted Member
more variable with a form
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?
-
Aug 19th, 2007, 05:31 PM
#2
Re: more variable with a form
what do you mean "More variable"?
My usual boring signature: Something
-
Aug 19th, 2007, 09:40 PM
#3
Re: more variable with a form
Just do it. You don't need to declare GET or POST variables; just process the $_GET and $_POST arrays.
-
Aug 19th, 2007, 09:41 PM
#4
Re: more variable with a form
@Pena, do you understand his question?
My usual boring signature: Something
-
Aug 20th, 2007, 06:06 AM
#5
Thread Starter
Addicted Member
Re: more variable with a form
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...
-
Aug 20th, 2007, 09:46 AM
#6
Re: more variable with a form
well you can have as many buttons, checkboxes, options, as you want per each form, you just have a larger array.
My usual boring signature: Something
-
Aug 20th, 2007, 02:50 PM
#7
Frenzied Member
Re: more variable with a form
 Originally Posted by stejano
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...
http://www.w3schools.com/tags/tag_input.asp
Under type, if you choose hidden then you can store a post variable and have it hidden on the html page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|