add files

This commit is contained in:
2025-01-08 18:48:04 +08:00
parent 4442667890
commit d40a028cd6
18 changed files with 479 additions and 0 deletions

3
exam_config.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$link=mysqli_connect('localhost','user_20241115_58056','K6UJKaRLiipvw','exam_20241115_58056');
mysqli_query($link,'set names utf8');