$sql = 'DELETE FROM `'.$oDb->TablePrefix.'users`' . 'WHERE `user_id`='.$iUserId; $oDb->doQuery($sql);