OK I want to display 5 recent updates on several pages. I'm going to use MySQL to create a column for date, and column for update (text).
I want to echo the updates in a div, and in the format:
Code:
<p>01/01/01</p>
<p>Update text goes here. i have updated blah....</p>
How would I take the information from the DB and echo it like the above? And how can I limit the amount of updates to be echoed to five?
Thanks for any response
|