MetaSearchEngine with google and others engine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
franz777
Forum Newbie
Posts: 1
Joined: Thu Dec 19, 2002 7:15 am

MetaSearchEngine with google and others engine

Post 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
Post Reply