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

8 lines
182 B
PHP
Raw Normal View History

2026-02-24 09:25:17 +08:00
<?php
session_start();
if (!empty($_SESSION['num']) and $_SESSION['num']==strtolower($_GET['number'])){
echo 'success';
}elseif (!strtolower(empty($_GET['number']))){
echo "no";
}
?>