[SOLVED] PHP RSS Feeds?

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 29th, 2007, 22:04
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
[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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 30th, 2007, 00:46
Rakuli's Avatar
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
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 30th, 2007, 00:50
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 15:27.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42