84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
phpinfo()得出mysqli的信息,要怎么去配置才能使用它?
现在的情况是使用mysql_connect()可以理解到数据库,而使用mysqli_connect则数据库连接失败,并且网页将停止刷新。运行的结果输出字符串Start后就停止了。
echo "Start"; mysqli_connect(xxxx); echo "ok"; mysqli_close(xxxx); echo "End";
学习是最好的投资!
这是驱动问题,老版本的php默认使用mysql,mysqli和pdo是新版php所支持的驱动,
在php.ini中,打开display_error,查看具体错误信息
这是驱动问题,老版本的php默认使用mysql,
mysqli和pdo是新版php所支持的驱动,
在php.ini中,打开display_error,查看具体错误信息