ok, i am changing my journal over from a cgi script to php, and rather than using a pre-made script i'm trying to do it myself. but i have no clue how to do these two things:
1) when you first go to the site, i want the most current entry to display. if i have to redirect to it, that's ok, but how do i tell it "display the most current entry"? can i do something with this line:
$sql = "SELECT * FROM journal WHERE id='$id'";
like, that tells it id=the biggest id#?
2) how do i make links to the next/previous entries?