deicist
29 Aug 2006, 05:50pm
Okay, simple question and I'm sure it has a simple answer (which I'll probably kick myself for not knowing :D ). I'm using PHP and I want to submit information to a script using a link instead of a form button. How would I go about this?
for a bit more detail... I have a script which searches my database for information and it works fine from the search form. Now what I want to do is present the user with a table containing various subsets of the information, they click a link associated with a subset and the search criteria is passed to the search script. Should be easy enough but I don't know how to do POST requests in a hyperlink :(
for a bit more detail... I have a script which searches my database for information and it works fine from the search form. Now what I want to do is present the user with a table containing various subsets of the information, they click a link associated with a subset and the search criteria is passed to the search script. Should be easy enough but I don't know how to do POST requests in a hyperlink :(