There is no conn.php data path connection file
GAOFLY
GAOFLY 2017-08-17 15:04:03
0
2
1086

There is no conn.php data path connection file, there is no way to refer to it, I wrote one myself and don’t use it very much

GAOFLY
GAOFLY

reply all(2)
骚年   ilovehim

I tried it but it still doesn’t work

Why


Ty80
<?php
$conn=mysql_connect('localhost','用户名','密码') or die("error connecting") ; //连接数据库
mysql_query("set names 'utf8'");
mysql_select_db('数据库名'); //选择数据库


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template