Hi, I have studied the PHP examples to make a Yahoo searches, and I
understand the code examples. You know how you have the add-ons news
headlines? I always wanted to use them, but I did not like the
limited ways you could configure them, but by using the search API, I
can integrate exactly as I want.
I know how to loop and build arrays of the search query coming back,
so I am just trying to get some general insights on catching errors,
and making an ideal query for top 5 news stories.
Basically, I want to fetch the top five news stories, regardless of
source. Of course I already have possible ideas, but I'm looking for
insights or recommendations as to the best way to make this query.
Second question is, if you get the 403 error, is the error message
like this: <Message>403</Message>? Just want to make sure, since I
doubt I'll overtax the system much, but I want to catch error to
prevent extra empty html code in my web pages.
No rush...thanks in advance. PK
.