motCheck.php 237 B

1234567
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. $mot=$_POST["mot"];
  5. if(empty($mot)){echo "True";exit;}
  6. if(panduan("*","yjcode_user where mot='".$mot."' and ifmot=1")==1){echo "True";}else{echo "False";exit;}
  7. ?>