Google API using PHP

I am trying to get used with Google API (for web search) and I found some PHP example in Google code page.

It is like:

--------------------------------------------------------------------------------
$url = "http://ift.tt/1MWAzJw;;

// sendRequest
// note how referer is set manually
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, /* Enter...

Google API using PHP

from Google API http://ift.tt/1W84gYu
via IFTTT
Previous
Next Post »
Thanks for your comment