I have added sort functionality to my website and it was
working fine, but for some reason now, and i can't see why,
the damn thing has stopped working..below is a sample of the
code...
QUOTE<form action="products.php" method="get">
<font face=Verdana>Make <input name="sort" type="radio"
value="manufacturer"><br>
Price <input name="sort" type="radio" value="price"><br>
Registration Year <input name="sort" type="radio"
value="reg_year"><br><br>
<input name="submit" type="submit"><br><br>
I then use a simple IF statement to determine if a value
hqas been selected and the submit button clicked...Does it
have something to do with the Method?