I\'m busy trying to process the following RSS feed: Yahoo Search RSS, using the following code once the data is fetched:
$response = simplexml_load_string($dat
I took a look here: Simplexml_load_string() fail to parse error And after doing what it says (
$data = file_get_contents('http://tw.blog.search.yahoo.com/rss?ei=UTF-8&p=%E6%95%B8%E4%BD%8D%E6%99%82%E4%BB%A3%20%E9%9B%9C%E8%AA%8C&pvid=QAEnPXeg.ioIuO7iSzUg9wQIc1LBPk3uWh8ABnsa');
$data = iconv("GB18030", "utf-8", $data);
$response = simplexml_load_string($data);
) I can see the Chinese characters, but there is a parse error.