Hi,
When adding a new row to a table in PHP, is there an easy way to obtain the assigned auto-incremented field without "looking up" the field again?
As you've guessed, the table cantains an ID field that is auto-incremented and I create the new table row with
...
Thanks §:O)
Jakob
When adding a new row to a table in PHP, is there an easy way to obtain the assigned auto-incremented field without "looking up" the field again?
As you've guessed, the table cantains an ID field that is auto-incremented and I create the new table row with
Code:
INSERT INTO
Thanks §:O)
Jakob