View Single Post
  #2 (permalink)  
Old Oct 30th, 2007, 00:46
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP RSS Feeds?

Yes, PHP has many many ways to manipulate and output XML.

PHP can output anything you want, even binary images etc..

header('Content-type: text/xml');

You might want to have a look at the PHP documentation -- I haven't played with these much yet but I plan to get right into xml soon
Reply With Quote