|
Posted by Rik Wasmus on 10/28/07 19:06
On Sun, 28 Oct 2007 16:38:25 +0100, coldwind2010 <shuzhe1987@gmail.com>
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
Navigation:
[Reply to this message]
|