MySQL Query Post to Generated Report
Posted: Sat Feb 23, 2008 3:13 pm
I'm trying to build a query of a database, which contains product for my company. The query page is a lot like a Google search, and it returns the results in an HTML table. I then need to be able to select one of the products in the table, which will then trigger an action to send that product, it's name, and vendor name, to another PHP script, which will pull down the rest of the information about the product.
How do I get the query results page to show the results as links, that would then send those two pieces of data to the other PHP script?
Thanks for all the help,
-W
How do I get the query results page to show the results as links, that would then send those two pieces of data to the other PHP script?
Thanks for all the help,
-W