Re: [PHP-DB] Re: About retrieving auto increment value

2004-06-07 Thread Marc Soler
Hi, Thanks all, I will do it with php function. -- Marc Soler > Marc Soler wrote: >> Hi >> >> I have the typical problem with retrieving auto increment value in >> php-mysql environment. >> >> I have search info in mysql page and I have found LAST_INSE

[PHP-DB] About retrieving auto increment value

2004-06-07 Thread Marc Soler
last auto_increment value for primary key on a table. I want something like this: SELECT LAST_INSERT_ID() FROM foo_table; (like curval(foo_sequence) in postgres) This doesn't work. It's possible? Where I am wrong? Thanks in advance -- Marc Soler -- PHP Database Mailing List (http://w