   #PHP Manual SQLite sqlite_last_error sqlite_libencoding

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                           sqlite_last_insert_rowid

   (no version information, might be only in CVS)
   sqlite_last_insert_rowid -- Returns the rowid of the most recently
   inserted row.

Description

   int sqlite_last_insert_rowid ( resource dbhandle)

   Returns the rowid of the row that was most recently inserted into the
   database dbhandle, if it was created as an auto-increment field.

     Tip: You can create auto-increment fields in SQLite by declaring
     them as INTEGER PRIMARY KEY in your table schema.
   ______________________________________________________________________

   Prev              Home               Next
   sqlite_last_error  Up  sqlite_libencoding
