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? Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/206284-rss-with-php/#findComment-1079175 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.