To register course, select your name and course and click submit
";
mysql_close(); //Close the connection
//******************************************************************
print "
";
//z****************** See if there is any data ***********************
if (mysql_num_rows($result2) > 0)
{
//z**************** Loops through the rows of the returned array *******
while($row = mysql_fetch_array($result2))
{
//print $row['title'];
print "". $row['name']. "\n ";
}
}
else
?>