I have a table (\"venues\") that stores all the possible venues a volunteer can work, each volunteer is assigned to work one venue each.
I want to create a select dr
query($query); echo ""; // while (($row = mysql_fetch_row($res)) != null) while ($record = $db->fetch_array($rows)) { echo "{$record['CategoryName']}"; } echo ""; ?>