I have the query result displaying fine but need it to show up alphabetically.
$query = "select * from dining where ".$town."=".$town_name." and ".$type."=".$dining_type."";
$result = mysql_query($query);
This should be the relevant code if anyone can give me a clue.