OK... I got all of the database information in and working (thanks again!). Now I was thinking... I imagine there is some way I can use that information for my updating recent news page as well. The thing is though it would have to access a new array of information for each article.
So is there a way to change function $id for each set of news?
ex:
Title \
Writer, Date - All of this information would use id=1
Description /
Title \
Writer, Date - All of this information would use id=2
Description /
and so on and so forth.
-Mike