PHP Classes

File: imdb.php

Recommend this page to a friend!
  Classes of Nitesh Apte   IMDB   imdb.php   Download  
File: imdb.php
Role: Example script
Content type: text/plain
Description: processing file
Class: IMDB
Redirect to the page of a movie in IMDB
Author: By
Last change:
Date: 14 years ago
Size: 69 bytes
 

Contents

Class file image Download
<?php
include "class.imdb.php";
new
IMDB(@$_GET['q'],@$_GET['y']);
?>