I was wondering is there a way to pull out the last record that you have entered into a database using the id field even though it is an autoincremented number.
mysql_insert_id()
perfect. Many thanks