How to use PHP include to include the Google result pages?
Posted on March 15th, 2010 by wktd
include("http://www.google.com/search?q=$query_string");
?>
so as an example, in a page like seek.php?query_string=query the "query_string" is "query" , I want the "query" to be taken from seek.php and to be applied as http://www.google.com/search?q=query and then get displayed back in http://www.example-domain.com/seek.php?query_string=query .
but by the php include code, that doesn't seem to work :(
Any help would be appreciated.
thanks in advance
#If you have any other info about this subject , Please add it free.# |