the way i have it is that I set up an insert command which works well it add the entry to my DB ...since i want to insert other entries in other tables using the unique inde
for the autoincrement index you can use
SELECT LAST_INSERT_ID()
or mysql_insert_id() in PHP if you happen to use this language
mysql_insert_id()