I want to display a table of products that have been input using radio buttons that have been linkedPHP / SQL Querys on the same HTML page that I am submitting the data from.
I have got the table to display on a seperate .php page but I just need some help with the "Press to Search" button code (I assume its the form action part)
at the moment it is the following:
<form action="AllProducts.php" method="post"> <input type="radio" name="Price" value="AnyPrice" /> Any Price<br /> <input type="radio" name="Price" value="0-9" /> £0.99 - £9.99<br /> <input type="radio" name="Price" value="10-19" /> £10.00 - £19.99<br /> <input type = "submit" value = "Press to Search"></form>
many thanks in advance.

New Topic/Question
Reply


MultiQuote




|