Quote:
Originally posted by PPN
Anyway you can use $DB_site->insert_id(); to use the abstraction layer if you want.
|
i'm confused about one thing, how do i call it from settinggroup? if i use:
PHP Code:
$settinggroupid=$DB_site->insert_id();
it will not grab the last id from settinggroup, right? help me understand better this matter.
btw scott, ty for your tips. i learn alot from mysql.com site, but you guys have all kind of tricks..