Hi there,
I am adding an entry into a table, in the traditional way (forming a $sql variable to contain the querry, then mysql_query()), and this table contains a field named "id" that is auto_increment. My question is if there is a way to obtain the value "id" of the newly inserted element...
Thank you for anything you can do
getting the value of auto_increment field
Moderator: General Moderators