Initial commit
This commit is contained in:
4
20241208/db_config.php
Normal file
4
20241208/db_config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$link=mysqli_connect('localhost','user_20241208_58012','JRWpcow0Ob6D4CV','exam_20241208_58012');
|
||||
mysqli_query($link,'set names utf8');
|
||||
|
Reference in New Issue
Block a user