When I create a new entry in my MySQL database, I\'d like the query to return the id of the table that was just created. If it cannot do this, is there another way to find
Do you mean the ID of the record you have just inserted into a table, if so you are looking for mysql_insert_id.