Code: Select all
<select name='runnerselect'><option>See Who's In The Race</option></p>";
while ($result_row = mysql_fetch_array($result, MYSQL_ASSOC)) {
<option value=" .$result_row['runnerid'] . ">" . $result_row['firstname'] . " " . $result_row['lastname'] . "</option>"; }
</select>;