Files
AutoLoginLWsWeb/20241208/user_info.php
2025-01-07 17:55:50 +08:00

3 lines
53 B
PHP

<?php
session_start();
echo $_SESSION['studentName'];