gpt4 book ai didi

php - 我正在使用 xampp 服务器并尝试运行 localhost 但在 connect.php 中不断出现错误

转载 作者:可可西里 更新时间:2023-10-31 23:45:36 24 4
gpt4 key购买 nike

嘿,我正在使用 xampp 并尝试运行本地主机,但在 connect.php 中不断出现错误...错误如下

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\admin panel\connect.php:9 Stack trace: #0 C:\xampp\htdocs\admin panel\index.php(16): include() #1 {main} thrown in C:\xampp\htdocs\admin panel\connect.php on line 9

我的connect.php代码如下

<?php
$servername = "localhost";
$username = "root";
$password = "";
mysqli_connect($servername,$username,$password) or die('cannot connect to
the server');
?>

请帮我解决这个问题。

最佳答案

取消注释“php.ini”文件中的 extension=php_mysql.dll 行并重新启动 Apache。如果它不起作用,请使用最新版本更新您的 xampp。

关于php - 我正在使用 xampp 服务器并尝试运行 localhost 但在 connect.php 中不断出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40123426/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com