Avatar

Automated Topic (Technics)

by Alex ⌂, Tuesday, March 24, 2009, 07:59 (5519 days ago) @ Patrick Riley

Hi Patrick,

I need to determine how this id/tid is generated first...

This is done by MySQL (→ AUTO_INCREMENT), so you can't determine it before inserting the entry. You can only determine it afterwards with LAST_INSERT_ID().

Alex


Complete thread:

 RSS Feed of thread