include("header.php"); ?> exit ; } else{ ?> } ?> $query = mysqli_query($link, "Select * from users Where UserEmail = '".$_SESSION['UserEmail']."'"); $rs=$query->fetch_assoc(); $deposit_address = base64_decode(htmlspecialchars($rs["deposit_address"])) ; $deposit_privateKey = base64_decode(htmlspecialchars($rs["deposit_privateKey"])) ; $mobile_certification = htmlspecialchars($rs["mobile_certification"]) ; ?>