I want a user to input something into a form (in this case,
gold, silver or bronze) and then upon pressing submit I want the
value to be sent to a PHP page where the information will be
displayed. So if a user types gold a query will run and display all
matches to the form on the first page, I do not want the results on
the same page. This is probably quite easy but I want multiple
forms on one page and then multiples PHP pages linked to the
original page if that makes any sense...