OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Creating RSS Feed with PHP?
This page's ID:
26850
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
RSS is simply an XML format so basically you just need to figure out the format and then get PHP to output the correct XML. You can do this as simple as just dumping XML just like you would HTML (which is probably the easiest method). When doing this you just want to send the xml header at the beginning (Not enitrely necessary but good for some browsers. header('Content-type: text/xml') Or if you're more familiar with the DOM from JS there are some built in [url=http://us3.php.net/manual/en/ref.domxml.php]DOM[/url] tools as well. If you don't want to do all that work you can find a bunch of pre-built [url=http://www.google.com/search?num=50&hs=DYR&hl=en&lr=&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=PHP+RSS+Libraries+Classes&btnG=Search]Libraries and Classes[/url] Completely got here the wroing way but found this tute: http://www.tiffanybbrown.com/articles/viewarticle.php/66 Personally if you're up form some learning I'd try to do this by hand at first just to get up to speed on using XML for feeds and stuff it's a good tool. [img]http://www.bitdamaged.com/graphics/bitsig.gif[/img] .:[ Never resist a perfect moment ]:.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »