Home  >  Q&A  >  body text

There is no conn.php data path connection file

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

GAOFLYGAOFLY2619 days ago1025

reply all(2)I'll reply

  • *年   ilovehim

    *年 ilovehim2017-11-20 14:51:30

    I tried it but it still doesn’t work

    Why


    reply
    0
  • PHP中文网

    PHP中文网2017-08-18 09:04:44

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


    reply
    1
  • Cancelreply