Hi. I've seen some discussion here on mysql_insert_id, but I'm not clear on how it reacts with link ids returned by pconnect. According to the docs, it always returns the last auto-incremented id. My question is, if two people are loading the same page (same query) using the same connection, will insert_id return the correct id for each or will I risk getting the wrong id.
Thanks!
Thanks!