Home >Backend Development >PHP Tutorial >PHP gets the id value of the currently inserted database record
Code description: The PHP function mysql_insert_id() returns the value of the field defined by AUTO_INCREMENT after the last INSERT query was executed. |