Direktori : /proc/thread-self/root/home/rizant5/public_html/development/ |
Current File : //proc/thread-self/root/home/rizant5/public_html/development/emailcheck.php |
<?php require_once('config.php'); $data=$conn->prepare("select * from student_reg where stu_email='$_POST[checkmail]'"); $data->execute();$num=$data->rowcount(); echo $num;