Change Password Failed
current password incorrect';
}else if (isset($_GET['update'])){
echo '
Update successful
Profile Information is updated';
}else if (isset($_GET['inf'])){
echo '
Update Information Failed
User Information update failed';
}
?>