Forum Moderators: coopster
insert into `$table` (`id`, `field1`) values (null, '$field1')
in the table the field id is an integer that is set to auto increment.
my question:
is there a way to get the incremented id value and insert it into another table?
something like this
insert into table, id is incremented by 1 and that value is $x