Setting
Update successful!Update Fail!
';
}
if(isset($_GET["pwdOld"])){
echo 'Old Password is Wrong!
';
}
if(isset($_GET["pwdNew"])){
echo 'New Password and Confirm Password is not match !
';
}
?>