Build a Dynamic RSS Feed Using PHP/MySQL
28 Sep
Before we begin building our feed we need to make a few things clear: .htaccess is not required to make this script work. Any RSS feed does not have to end in .xml or .rss to work properly, it, in fact, can end in .php. (For example.) We want to conform to the RSS specifications [...]

