‘;
echo ‘
| Class Number: | |
| Class Name: | |
| Grade: | |
| Rule: | |
| Spread: | |
| Speed: | |
| Height: | |
| Entry Fee: |
‘;
Echo ‘
‘;
echo ‘‘;
echo ‘‘;
echo ‘
‘;
Echo ‘
‘;
include ‘databasejng.php’;
// create a variable
$email= $current_user->user_email;
//Execute the query
$query = mysqli_query($connect, “SELECT * FROM jng_classes where Show_ID ='”.$dumpedid.”‘”);
if(mysqli_num_rows($query) > 0){
echo ‘
| Class No | Class Name | Grade | Rule | Spread | Speed | Height | Entry fee |
| “.$row[Class_No].” | “.$row[Class_Name].” | “.$row[Grade].” | “.$row[Rule].” | “.$row[Spread].” | “.$row[Speed].” | “.$row[Height].” | “.$row[Entry_Fee].” |
‘;
}
?>
Once all classes are created return to the show creation screen here
