On Tuesday 24 June 2003 19:37, Daniel wrote: > I'm wondering if there's an easy and non-system-demanding way to get data > on an INSERTed row in PHP/MySQL? > > Specifically, I want the value of an auto-incremented primary key cell, > "uid". I'm INSERTing a new person into a table, and need to return this > value to a Javascript function that maintains an array of all persons in > this table. I want to avoid a full SELECT query that would rebuild the > array from scratch and put unnessecary load on the SQL server. > > I first thought of mysql_affected_rows, but as far as I can read, it only > returns the value of rows affected, i.e. 1 on any INSERT statement > executed? > > Any ideas? Yeah, did it ever cross your mind to read the manual? mysql_insert_id() -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-db ------------------------------------------ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php