0byt3m1n1-V2
Path:
/
home
/
office2017v2.1
/
admin
/
[
Home
]
File: check_email.php
<?php /* * connection database */ include 'function.php'; $email = isset($_POST['email']) ? trim($_POST['email']) : ""; $Query = mysqli_query("SELECT * FROM user WHERE email='{$email}'"); $Rows = mysqli_num_rows($Query); if($Rows == 1){ echo "1"; } ?>
©
2018.