$newpass = '1234'; //새 비번 if (function_exists("get_encrypt_string")) $pass = get_encrypt_string($newpass); else $pass = sql_password($newpass); sql_query("update {$g5['member_table']} set mb_password='$pass' where mb_id='doomegil' ");
글이 존재하지 않습니다.글이 삭제되었거나 이동된 경우입니다.