On Friday 15 November 2002 14:32, Mike MacDonald wrote:
> $CompositeURL="http://202.20.65.2:3000/sportzHUB/Fletchers/BookingResults > ?$post"; > echo $CompositeURL; > > // Pull in Snoopy > include "ProxyInc.html"; > $snoopy = new Snoopy; > $snoopy->fetch("$CompositeURL"); > print $snoopy->results; > > The error is the ioctl error that one gets if the page is not there. > However the page is there -- I can prove it by pasting the printed URL > into the browser. The site that you're trying to connect to may be doing some checks to see whether the user-agent is a known browser in an attempt to stop people from programatically (sp?) accessing it. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Don't get mad, get even. -- Joseph P. Kennedy Don't get even, get jewelry. -- Anonymous */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php