Course Registration

To register course, select your name and course and click submit


"; //****************** See if there is any data *********************** if (mysql_num_rows($result1) > 0) { //**************** Loops through the rows of the returned array ******* while($row = mysql_fetch_array($result1)) { print "" . $row['lname']. ",   ".$row['fname'] ."\n
"; } } else {echo "No rows found";} print "
"; 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 ?>




Links to other functional pages:

[Student Search]  [Student List]  [Student Data]  [Student Registration List]  [Student Data Change]  [Course List] 
[Student Registration Main]

Course Registration Code