PHP Classes

File: example.php

Recommend this page to a friend!
  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: 21 years ago
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
?>