$db->query_write(" INSERT INTO " . TABLE_PREFIX . "yourtable (fields) VALUES (yourvalues) "); $returnedid = $db->insert_id();