RE: [PHP-DB] finding out the result of an INSERT

2001-07-10 Thread Michael Rudel
RTFM or search in the archive of this mailinglist !!! int mysql_insert_id ([int link_identifier]) Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16

Re: [PHP-DB] finding out the result of an INSERT

2001-07-10 Thread Roger Ramirez
http://php.net/manual/en/function.mysql-insert-id.php from the link above Warning: mysql_insert_id() converts the return type of the native MySQL C API function mysql_insert_id() to a type of long. If your AUTO_INCREMENT column has a column type of BIGINT, the value returned by