PHP Classes

File: GQuery.php

Recommend this page to a friend!
  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: 16 years ago
Size: 110 bytes
 

Contents

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

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