"; $row = mysql_fetch_row($results); while($row != null) { $str=$row[1] . " (" . $row[0] . ")"; echo "" . $str . "
"; $row = mysql_fetch_row($results); } mysql_close($connection); ?>