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