用mysqli_connect就可以解決。 mysqli_array()有連個參數,第一個是連接mysql名。 php遇到這個警告Warning: Use of undefined constant title - assumed 'title' (this will throw an Error ...
用mysqli_connect就可以解決。
mysqli_array()有連個參數,第一個是連接mysql名。
php遇到這個警告Warning: Use of undefined constant title - assumed 'title' (this will throw an Error in a future version of PHP)可以通過error_reporting(0);解決。
主要的問題是資料庫中括弧[]需要加引號。
遇到這樣的錯誤Fatal error: Uncaught Error: Call to undefined function mysql_connect()
解決如下:
1.mysql沒有正常連接
2.如果mysql正常的話還是連接錯誤,把mysql_connect()換成mysqli_connect()