Results 1 to 7 of 7

Thread: more variable with a form

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    187

    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?

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: more variable with a form

    what do you mean "More variable"?
    My usual boring signature: Something

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: more variable with a form

    @Pena, do you understand his question?
    My usual boring signature: Something

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    187

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

  6. #6
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    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

  7. #7
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    Re: more variable with a form

    Quote 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
  •  



Click Here to Expand Forum to Full Width