Featured Videos

A new place to share and watch videos.

prepare($sql); $stmt->execute($params); if ($stmt->rowCount() > 0) { while ($video = $stmt->fetch(PDO::FETCH_ASSOC)) { echo ''; } } else { if ($search_term) { echo '

No videos found matching your search for \'' . htmlspecialchars($search_term) . '\'.

'; } else { echo '

No approved videos available at the moment. Please check back later.

'; } } } catch (PDOException $e) { echo '

Database error. Please try again later.

'; } ?>