Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How do I get a RSS to auto-update?
Old 09-05-2009, 04:20 AM How do I get a RSS to auto-update?
Junior Talker

Posts: 1
Trades: 0
So my website has an RSS feed, however it is built with .php rather than somethign like .xml like it should be. I am trying to make a valid .xml RSS feed so that I can use the RSS feed on twitter, facebook, and it would just be easier to be seen on search engines and the like adhering to the standards.

I am not very good at the whole HTML or coding thing, however, I have read about how RSS feeds work and pretty much every single tutorial is the same thing--it shows you how to make an RSS feed that you manually update.

What I am trying to accomplish is an RSS feed that instantly updates as I post content. I am not quite sure, but I believe that would mean I would edit something in between the <item></item> tags. Does anyone have any insight on how to do this?
XboxEvolved is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-24-2009, 04:56 AM Re: How do I get a RSS to auto-update?
Experienced Talker

Posts: 48
Name: Pieter
Location: Holland
Trades: 0
use ajax scripting with intervall time
elcosmo is offline
Reply With Quote
View Public Profile
 
Old 11-24-2009, 05:42 AM Re: How do I get a RSS to auto-update?
Super Talker

Posts: 139
Name: John Davis
Trades: 0
It doesn't matter .php or .xml.
You can use php to build dynamic RSS, but at first send proper header information:
Code:
header('Content-type: application/rss+xml');
Then write your rss/xml information from DB.
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Reply     « Reply to How do I get a RSS to auto-update?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11239 seconds with 12 queries