4 lines
110 B
PHP
4 lines
110 B
PHP
<?php
|
|
include 'config.php';
|
|
$con = new mysqli($haoyeu_dbip,$haoyue_dbuser,$haoyue_dbpwd,$haoyeu_dbname);
|
|
?>
|