hasib_mo

Google Local Search via Server

Sep 16th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.     //coded By HASIB AL MUHAIMIN
  3.     $query = $_REQUEST['q'];
  4.     echo file_get_contents( 'http://www.google.com/search?q=' . urlencode( $query ) );
  5.    
  6.  
  7. ?>
Add Comment
Please, Sign In to add comment