macleodjb
03-14-2008, 09:56 PM
Hi guys,
I'm curious, I've seen around the web people that using rss feeds or something of the same that comes from an sql database that get's outputted into it's own html webpage.
For instance if i had an article in an rss feed like this...
title = "Joes happy hour"
body = "some nice content"
it get's outputted into a webpage called Joes_happy_hour.html with the content of "some nice content". How do you do this on the fly? Or the better question is for seo purposes how can i take an existing database with articles and generate a html webpage for each?
I'm curious, I've seen around the web people that using rss feeds or something of the same that comes from an sql database that get's outputted into it's own html webpage.
For instance if i had an article in an rss feed like this...
title = "Joes happy hour"
body = "some nice content"
it get's outputted into a webpage called Joes_happy_hour.html with the content of "some nice content". How do you do this on the fly? Or the better question is for seo purposes how can i take an existing database with articles and generate a html webpage for each?