Below are videos from actual events I have DJ'd at to highlight various parts of the reception, demonstrations of my gear, etc. Click any row to see the streaming video. Please note I am a DJ, not a videographer!!
$sql = "SELECT * FROM Videos ORDER BY Ordernum";
$creditwrapperbefore = "";
$creditwrapperafter = "";
$creditinner = "";
$counter = 0;
$conn = dbConnect();
$result = $conn->query($sql) or die(mysqli_error($conn));
$numRows = $result->num_rows;
if ($numRows > 0) {
$creditwrapperbefore = "";
$creditwrapperafter = "";
$creditinner = "";
while ($row = $result->fetch_assoc()) {
$sandesc = addslashes($row['Description']);
$sancredit = addslashes($row['Credit']);
echo "