RE: [PHP] Loading a URL

2007-07-05 Thread Kaleb Pomeroy
That's it. Thanks a bunch Robert -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Thu 05-Jul-07 8:53 PM To: Kaleb Pomeroy Cc: php-general@lists.php.net Subject: Re: [PHP] Loading a URL On Thu, 2007-07-05 at 20:39 -0500, Kaleb Pomeroy wrote: > /*I am t

Re: [PHP] Loading a URL

2007-07-05 Thread Robert Cummings
On Thu, 2007-07-05 at 20:39 -0500, Kaleb Pomeroy wrote: > /*I am trying to load an XML file from the following site, which btw is a > working site you can put in the address bar.*/ > $url = > "http://isbndb.com/api/books.xml?access_key=WC2BD24W&results=prices&index1=isbn&value1=030681496x";; > /

[PHP] Loading a URL

2007-07-05 Thread Kaleb Pomeroy
/*I am trying to load an XML file from the following site, which btw is a working site you can put in the address bar.*/ $url = "http://isbndb.com/api/books.xml?access_key=WC2BD24W&results=prices&index1=isbn&value1=030681496x";; //open the url if(!($handle = fopen($url, "r"))){ echo