[phplib] last id inserted From: Jason Pascoe (jpascoe <email protected>)
Date: 05/27/00

I'm not sure if this is somewhere else in the library, but I couldn't
find it.
I added this to my db_mysql.inc

  /* public: returns the auto_incremented ID assigned to the last
inserted row */
  function last_id() {
    return  <email protected>($this->Query_ID);
  }

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>