News feed

What i am trying to do is create a simple news feed that pulls from a sql database.

my database would be setup somethign like this:

Date Title Article
5-5-81 Godzilla attacks Then the full article here

i would just display the newest 5 records showing date and title… is there a way to make the title a link that will pop up a new windows displaying the full article?

Thanks!

Have you tried searching for RSS syntax? PHP is a pre-processor and can easily output any kind of syntax.

Sponsor our Newsletter | Privacy Policy | Terms of Service