I'm trying to make a Meta Search Engine with all the most common Engine(like yahoo, altavista google, ecc,...).
I use this code to receive the information from an engine:
Code: Select all
<?php
$fp=fopen("http://www.google.it/search?q=XXX&ie=ISO-8859-1&hl=it","r") or die("It doesn't work");
?>It work perfectly with all the engine, but not with Google....
I need a little help....
Thanks
Francesco