Posted: Mon Jun 28, 2004 9:42 am
Not sure how you are creating your DB, can't be bothered figuring out all your code, but if it is generated from the DB, you can use a query.
You need to have an incremental id field though for this to work
Mark
Code: Select all
SELECT * FROM your_table ORDER BY id DESC LIMIT 1Mark