first commit

This commit is contained in:
2025-01-09 11:57:41 +08:00
commit 700113c47b
47 changed files with 2050 additions and 0 deletions

8
db_config.php Normal file
View File

@ -0,0 +1,8 @@
<?php
$link=mysqli_connect('localhost','user_20250109_58053','fFPALeYRQxo32lB','exam_20250109_58053');
mysqli_query($link,'set names utf8');
// 设置默认时区
date_default_timezone_set("Asia/Shanghai");