How to post webform data to PHP query string

Discussion in 'PHP' started by Searchnology.com, Mar 23, 2010.

  1. #1
    Quick question....

    How do I setup a webform to send data from a text enrtry to a PHP query string

    So if I enter "dog training" in a webform box. When I click submit I want it to go to

    http://www.mydomain.com/scirpt.php?dog training

    Thanks for any assistance.
     
    Searchnology.com, Mar 23, 2010 IP
  2. Wrighty

    Wrighty Peon

    Messages:
    199
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    When posting set the form to have the method "get" :)
     
    Wrighty, Mar 23, 2010 IP
  3. Searchnology.com

    Searchnology.com Peon

    Messages:
    451
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Bro!

     
    Searchnology.com, Mar 23, 2010 IP