At 25.04.2002 11:01, you wrote: > > > Google is probably trying to send you a cookie in which case you cannot use > > fopen. You need to use curl or snoopy(?). > >Thanx, that could be the problem. Unfortunatly, curl is not compiled in my >php-version, and what is snoopy?! ;-) Any other ideas/examples? > >Martin snoopy is a class which lets you fetch pages from the web, like you want to do. It supports cookies,https and some other stuff useful for fetching pages from the web. Look at sourceforge to get the latest release. This is one of my favours ;-) Oliver
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php