Forum Moderators: coopster
Basically I have a sort function as below
if ($sort == "price DESC") {print "<B>Price</b>";}
What I want to do is list the cheapest first. This query obviously just outputs the top amount first because thats the default. Can someone give me the code to turn it around or some info so I can figure it out myself and learn something?
Gaz