あなたの助けが必要です。Zend_Service_Yahoo の使用に問題があります。Zend_Service_Yahoo を使用しようとしています。しかし、それは示しています
"リクエストの送信中にエラーが発生しました。ステータス コード: 404 "
$yahoo = new Zend_Service_Yahoo("YAHOO_APPLICATION_ID");
try{
$results = $yahoo->imageSearch('PHP');
foreach ($results as $result) {
echo $result->Title . '<br />';
}
}catch(Exception $e){
echo $e->getMessage();
}
参考: http: //framework.zend.com/manual/1.0/en/zend.service.yahoo.html
前もって感謝します