I'm sure there are many ways to do this. Perhaps use something like this as a query? select * from login_table order by DATE_LAST_LOGGED_IN ASC limit 1
----- Original Message ----- From: Harlequin <[EMAIL PROTECTED]> Date: Monday, July 26, 2004 1:27 pm Subject: [PHP] Retrieve The Last Record in a Table > I would like to retrieve the last entry in a login table and > present that to > a user so they can verify the date we have when they last logged in. > > Is this possible...? > > > > -- > ----------------------------- > Michael Mason > Arras People > www.arraspeople.co.uk > ----------------------------- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php