" .
"where place = " . '"' . $place . '" and year = "' . $year . '"' ;
echo "
" . $selectstr . "
";
echo "What is displayed above is the automatically" .
" generated command to update the race table using any changes you" .
" made on the form.";
echo "
All you add are the " .
"
mysql_connect()" .
"
mysql_select_db()" .
"
mysql_query()" .
"
mysql_affected_rows() commands.";
?>