PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Samay Bhavsar   Google Scraper   sample.php   Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Sample Test File
Class: Google Scraper
Retrieve search results from Google
Author: By
Last change:
Date: 12 years ago
Size: 143 bytes
 

Contents

Class file image Download
<?php
include 'GoogleScraper.class.php';
$obj=new GoogleScraper();
$arr=$obj->getUrlList('test','200.123.187.165:8080');
print_r($arr);
?>