Hello,
I am presently working on a custom news script for my website but since I have very little mySQL knowledge I must ask for some help.
I have a table in my database called "news". In that table, I have the categories:
-id
-headline
-date
-month
-year
-author
-short
-full
What I would like is a way to show the newest 5 entries (highest ID's) in this format:
HEADLINE<br>SHORT<br><a href="fullnews.php?id=ID">Read More</a><br>Posted by AUTHOR on MONTH DATE, YEAR<br><br>
Is there an easy way to do this?