db->exec('INSERT INTO sdb_ome_concurrent(`id`,`type`,`current_time`)VALUES("'.$id.'","'.$type.'","'.time().'")')){ return true; }else{ return false; } } }