This is a discussion on "[SOLVED] PHP RSS Feeds?" within the Other Programming Languages section. This forum, and the thread "[SOLVED] PHP RSS Feeds? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] PHP RSS Feeds?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
[SOLVED] PHP RSS Feeds?
Is it possible to have a PHP file serve as an RSS file?
Or does it have to fwrite it? Sorry if that isn't clear. Thanks.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
|
#2
|
||||
|
||||
|
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
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#3
|
||||
|
||||
|
Re: PHP RSS Feeds?
My other thread was so that I could write to an xml file via php.
But this way is a lot better! Thanks.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RSS Feeds keywords | egrizzly | Other Programming Languages | 0 | May 27th, 2008 19:49 |
| Anybody to help me with RSS Feeds? | maneetpuri | Starting Out | 4 | Mar 15th, 2008 12:57 |
| Google Feeds Bot | spinal007 | Search Engine Optimization (SEO) | 3 | May 20th, 2007 10:08 |
| RSS feeds in PHP | aljasdolfdjododl | Other Programming Languages | 5 | Sep 28th, 2006 03:44 |
| Help with publishing my RSS Feeds | benbigun | Other Programming Languages | 0 | Dec 22nd, 2005 02:18 |