Login   Register  
PHP Classes
elePHPant
Icontem

File: imdb.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-02-21 07:17
Size: 69 bytes
 

Contents

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