i'm no expert, but here's my idea...
have your link like:-
http://www.yourdomain.com/website.php?id=latest
then enter use this code on website.php
so basically you are selecting the content from that particular table, only pulling it out of one record, which is the latest addition to the table, the 'DESC' puts them in order of last -->first.
the table in question will need an 'id' field with auto_increment.
hope this helps!
kickinhard007