if i insert a row into a table, and one of the field is set to auto_increment, how can i get the value of that field?
If it is mysql..use:
mysql_insert_id()
If it is another database, tell us which one...