System: Windows NT WINDOWS18 10.0 build 17763 (Windows Server 2016) AMD64 | User: IWPD_3544(appclien)

Path: D:\Inetpub\vhosts\appclients.in\fruits-vegitables.nmvm.org

[Back to List]
<?php
include 'admin/config.php';
$mobile_Q=mysqli_query($con,"SELECT cemail FROM register where cemail='$_POST[mobileNo]'");
if(mysqli_num_rows($mobile_Q)>0){
echo "success";
}
else{
echo "mobileNotExists";
}
?>