Reply to Re: How to get the value of an auto_increment primary key after an insert ?
Posted by NC on 09/11/06 15:01
Pugi! wrote:
>
> In a mysql database you have a table, with an integer
> as primary key. You've specified auto_increment.
> Using PEAR to access your database how do you
> get hold of the value of the primary key of a row you
> just inserted ?