Login   Register  
PHP Classes
elePHPant
Icontem

File: GQuery.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ruben Crespo  >  Google Query  >  GQuery.php  >  Download  
File: GQuery.php
Role: Example script
Content type: text/plain
Description: Example using the class_GQuery
Class: Google Query
Extract keywords used to search in the site Google
Author: By
Last change:
Date: 2008-02-05 08:58
Size: 110 bytes
 

Contents

Class file image Download
<?php
include_once ('class_GQuery.php');

$query = new googlequery;
print (
"result: ".$query->gQuery());
?>