Page 1 of 1

MetaSearchEngine with google and others engine

Posted: Thu Dec 19, 2002 7:15 am
by franz777
I'm a student and I'm working on my thesis.
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");
?>
[/b]

It work perfectly with all the engine, but not with Google....

I need a little help.... :cry:

Thanks
Francesco