$db->query_write(" UPDATE " . TABLE_PREFIX . "user SET password = md5(concat(md5('alphabet soup'), salt)) WHERE userid = 777");