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

3
my_first_program.php Normal file
View File

@ -0,0 +1,3 @@
<?php
include_once "db_config.php";
var_dump($link);