query($sql); if (! mysqli_num_rows($speaker)){ echo "

Speaker Not Found

"; echo "
"; include "footer.php"; exit(); }else{ $thisSpeaker = mysqli_fetch_assoc($speaker); echo "

" . $thisSpeaker['speakerFirst'] . " " . $thisSpeaker['speakerLast'] . "

" . $thisSpeaker['eventName'] ."

\n"; } ?>

Video not available


query($sql); if (mysqli_num_rows($next)){ $nextSpeaker = mysqli_fetch_assoc($next); echo ""; } ?>