I want to include the data from a form text box into the end of a URL. The link below shows listing number 73, I want to allow a user to enter a listing number into a text box and have him/her be directed to that page.
http://www.yoursite.com.com/index.p...view&kass_id=73
http://www.yoursite.com.com/index.p...view&kass_id=”USER INPUT GOES HERE”
I am assuming I need to use the Get action for my form and assign a variable to the text input box. I have just recently learned how to pass data from one page to another using a form, but I can’t find any tutorials using the get function (if this is what I need). Any help is greatly appreciated; I am new to PHP if you can’t tell.
Thanks Kevin.