On Wed, Apr 15, 2009 at 10:36 AM, David <quick.webmas...@gmail.com> wrote:
> I was wondering if anyone could please help me with this cURL script since I
> keep getting error 400 from the web server:
>
> http://pastebin.ca/1392840
>
> It worked until around a month ago which is when they presumably made
> changes to the site. Except I can't figure out what configuration option in
> the cURL PHP script needs to be changed. I can visit the site perfectly in
> Lynx, Firefox and IE.

Are you just trying to get the contents of the page, or is there
something special you're doing? If it's just the contents you're
after, try file_get_contents() if allow_url_fopen is set to TRUE for
your PHP installation.

http://php.net/file_get_contents
http://php.net/allow_url_fopen

Hope this helps,


-- 
// Todd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to