sgannon60 wrote:

Hi can anyone tell me how to use php's mysql_last_id() or MySQL's
INSERT_LAST_ID


I personnaly think mysql_last_id will never work..., but try mysql_insert_id()
This will generate the ID of the PREVIOUS insert query.
So it has to be mysql_insert_id()+1


Alex



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to