PHP script generate OPML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
poyor7
Forum Newbie
Posts: 6
Joined: Tue May 23, 2006 8:38 pm

PHP script generate OPML

Post by poyor7 »

Hi,

Im wondering if there is PHP example scripts that can generate OPML from user selection for rss? or similar something like below example or simple php scripts that generate opml?

Example:http://thestar.com.my/rss/channels.asp
Thank in advanced,
poyor7
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

It appears that OPML is essentially XML. If you can get your hands on an XML output script (which there are plenty of) I'm sure you can mod it to be an OPML outputter.
Post Reply