-
+
+
+
+
-
-
+ Welcome to MyTube
-A new place to share and watch videos. Check out our first featured video!
- Watch Video -
+
+
+ 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 {
+ echo '';
+ }
+ }
+ } catch (PDOException $e) {
+ echo '';
+ }
+ ?>
';
+ echo ' ';
+ echo '
';
+ }
+ } else {
+ if ($search_term) {
+ echo 'No videos found matching your search for \'' . htmlspecialchars($search_term) . '\'.
No approved videos available at the moment. Please check back later.
Database error. Please try again later.