Some one please see this nice example and step by step tutorial. http://www.bobulous.org.uk/coding/php-xml-feeds.html I copied all code and put on a php file but that is not working. Please make a complete php file (copying required codes from tutorials) that will work for me. Thank you
You don't need to open two threads for the same/similar question (previous: http://forums.digitalpoint.com/showthread.php?t=1928035) In that tutorial if you sroll down all the code needed is their, if your not prepared to try/learn yourself (which is the purpose of a tutorial) chances are no one will care to help you. Now if you've tried using that code and getting errors or is not reacting how you'd like it please mention that in your next reply (quoting any errors) - also would be a good idea to link to the rss feed you'd like to display on your site.
Thank you sir. What can I do. No help found anywhere. I spended lots of time to solve my problem about the issue. I searched many web tutorials but not worked. View attachment xml_regex.php View attachment ee.php I just coppied the code and wanted the result. But no result showned. (you may use the feed link that is used in tutorial.) Thank you
Please see this example http://www.softarea51.com/tutorials/parse_rss_with_php.html Here php code display nothing. I thing display code missing. Please help me
Finally http://www.bobulous.org.uk/coding/php-xml-feeds.html this sites work but only for those feed whose url conatin .xml (.../zzzz.xml) extention ad not for wordpress blog feed that has no .xml extention at the end. worked: http://www.mysite.com/feed/feed.xml not worked: http://www.mysite.com/feed/ Please tell me how can I get feed from the url whose have no .xml extention like wordpress blog. Actually want feed from ths url: http://broadrippletickets.com/blog/feed/ Thanks