Create a New show …
user_email;
//Execute the query
$query = mysqli_query($connect, “SELECT * FROM jng_shows”);// where Status = ‘Show Created'”);
if(mysqli_num_rows($query) > 0){
echo ‘List of incomplete shows – please finish creation of show!
‘;
echo ‘
| Show Name | From Date | To Date | Show Schedule | Entries Close | No of Classes | Set Status | Status | |||
| “.$row[Show_Name].” | “.$row[From_Date].” | “.$row[To_Date].” | Show Schedule | “.$row[Closing_Date].” | Cannot edit classes | Create/View classes | “.$row2[noofrecords].” | CLOSE Show | OPEN for Entries | “.$row[Status].” |
‘;
}
echo ‘Return to the admin Home page here‘;
?>
