db->host,$config->db->user,$config->db->password); mysql_select_db($config->db->name); $sql = "update eps_user set password = 'c7122a1349c22cb3c009da3613d242ab' where id=1"; $result=mysql_query($sql); if ($result) { echo " Success!"; }