I have a PHP page that inserts a record into a MySql table that has an autoincrement field called ID...Is there a way for me to retrieve the value in the ID field after I insert the record using the same PHP page
hi take a look at mysql_insert_id() or LAST_INSERT_ID().