displaying rss feed with php pagination
问题 I'm new to rss feeds and php pagination. I'm trying to parse rss feed and display each feed details on separate pages. I copied and pasted the pagination code from http://www.phpeasystep.com/phptu/29.html. When i run index.php on localhost, nothing gets displayed. I have no problem downloading the rss feed using curl. I have also tried print_r($data) and data is displaying fine. Can someone point me on where i'm going wrong? thank you. my code: <?php if (function_exists("curl_init")){ $ch