PHP Classes

File: movietrailer.php

Recommend this page to a friend!
  Classes of Nitesh Apte   YouTube Trailer   movietrailer.php   Download  
File: movietrailer.php
Role: Example script
Content type: text/plain
Description: caller page
Class: YouTube Trailer
Search and embed movie trailers from YouTube
Author: By
Last change:
Date: 14 years ago
Size: 93 bytes
 

Contents

Class file image Download
<?php
include "class.movietrailer.php";
new
MovieTrailer(@$_GET['movie'], @$_GET['year']);
?>