0) { // If it ran OK, display the records. // Print how many users there are: echo "
There is the information for the course you are looking for.
\n"; // Table header. echo 'Course Name | Semester | Student Name |
' . $row['CouLongName'] . ' | ' . $row['SemesterInf'] . ' | ' . $row['name'] . ' |
There is no course roster match with the information you provided
'; } } mysqli_close($dbc); // Close the database connection. } // End of the main Submit conditional. ?>