假如我们在同一个目录下有index.php和conn.php页面
index.php就是首页,conn.php就是数据库配置信息
想在index.php页面引入conn.php页面那么就需要
index.php里这样写
<?php
include './conn.php';
?>
aiyao
你要加油,你喜欢的人还没结婚。
文章评论