Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Güayoyo  >  Meta_Search  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example for use
Class: Meta_Search
Meta search engine
Author: By
Last change:
Date: 2002-12-12 16:35
Size: 292 bytes
 

Contents

Class file image Download
<?php
include ("./engines_class.php");            // to include the class file
$obj = new Meta_Search;                     // instance new object
if(!isset($go)) $obj ->make_form ();        // print the menu
else $obj ->go_to_engine ($engines,$query); // open the specific search page
?>