工会web
This commit is contained in:
8
GonghuiWeb/www/js/number.php
Normal file
8
GonghuiWeb/www/js/number.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
if (!empty($_SESSION['num']) and $_SESSION['num']==strtolower($_GET['number'])){
|
||||
echo 'success';
|
||||
}elseif (!strtolower(empty($_GET['number']))){
|
||||
echo "no";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user