cURl get Yahoo! Search page
am 28.10.2007 16:38:25 von coldwind2010
hello.
I want to use curl get yahoo! search result page.
but it returns null.
I read the Yahoo! developer network,and follow the tutorial.But it
also returns null.
(http://developer.yahoo.com/php/howto-reqRestPhp.html)
Can anyone help me?
Re: cURl get Yahoo! Search page
am 28.10.2007 20:06:48 von luiheidsgoeroe
On Sun, 28 Oct 2007 16:38:25 +0100, coldwind2010
wrote:
> hello.
> I want to use curl get yahoo! search result page.
> but it returns null.
>
> I read the Yahoo! developer network,and follow the tutorial.But it
> also returns null.
> (http://developer.yahoo.com/php/howto-reqRestPhp.html)
>
> Can anyone help me?
Indeed:
1. Enable error_reporting (E_ALL | E_STRICT).
2. Enable display_errors.
3. Check for errors, and try to fix them.
4. If you can't fix the error, or there are no errors and the problem
persists, post a minimal text case of your code, explaining what you
expect it to do and what it actually does.
--
Rik Wasmus