Files
wnmj-normal/GonghuiWeb/www/js/number.php

8 lines
182 B
PHP
Raw Normal View History

2026-03-03 13:56:44 +08:00
<?php
session_start();
if (!empty($_SESSION['num']) and $_SESSION['num']==strtolower($_GET['number'])){
echo 'success';
}elseif (!strtolower(empty($_GET['number']))){
echo "no";
}
?>