MHP_DL_Server/dataconn.php
2023-08-08 12:47:15 +08:00

4 lines
110 B
PHP

<?php
include 'config.php';
$con = new mysqli($haoyeu_dbip,$haoyue_dbuser,$haoyue_dbpwd,$haoyeu_dbname);
?>