After I add a row in MySQL how do I find out it's id number?
Use mysql_insert_id().
example?
http://www.php.net/manual/en/function.mysql-insert-id.php
There are plenty of examples there.
Cgraz