fierdor Posted June 30, 2010 Share Posted June 30, 2010 I am using PHP to generate RSS feeds with MySQL...So basically even my RSS page has a .php extension as I am echoing out my RSS... Will it make any difference as compared to a standard .xml file..?? Or should i use some libraries and write a separate .xml file with PHP? Link to comment https://forums.phpfreaks.com/topic/206284-rss-with-php/ Share on other sites More sharing options...
trq Posted June 30, 2010 Share Posted June 30, 2010 Shouldn't make any difference. You could however, instead, use mod_rewrite to change the extension within a url to xml. Link to comment https://forums.phpfreaks.com/topic/206284-rss-with-php/#findComment-1079163 Share on other sites More sharing options...
fierdor Posted June 30, 2010 Author Share Posted June 30, 2010 Okay thanks! But I have not used mod_rewrite before...I was going through some tutorials... Is it possible for a single file though? I am being plain lazy here..but could you post a snippet or something Link to comment https://forums.phpfreaks.com/topic/206284-rss-with-php/#findComment-1079175 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.