8 lines
276 B
PHP
8 lines
276 B
PHP
|
|
<?php
|
|
$link=mysqli_connect('localhost','user_20250109_58053','fFPALeYRQxo32lB','exam_20250109_58053');
|
|
mysqli_query($link,'set names utf8');
|
|
|
|
// 设置默认时区
|
|
date_default_timezone_set("Asia/Shanghai");
|
|
|