Is there a way to return the id of a record immediatly upon inserting or would i need to make a query to egt it?
There's [man]mysql_insert_id/man, assuming you're using the mysql extension.
perfect - thanks
Remember to mark this thread as resolved (if it is) using the thread tools.