我在使用我的網站時遇到了一些問題。該域名是bitcointap.xyz。 在/註冊& /登錄頁面。我有一些PHP錯誤。在/註冊頁面(bitcointap.xyz/register)我得到的錯誤:警告:mysqli_fetch_array()期望參數1爲mysqli_result,在第7行給出的布爾值
"Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ../ on line 7"
Register.php:http://pastebin.com/4pqvyiL1
我遇到的另一個問題是用的login.php頁面。我得到錯誤;
mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ../ on line 9
的login.php:http://pastebin.com/ednfCE1y
任何幫助是極大的讚賞。謝謝。
db.php和dbc.php的內容是什麼? – AnkiiG
@Robert請參考這個鏈接來檢查連接是否正確http://stackoverflow.com/questions/34877694/php-mysqli-query-error-in-syntax/34877731#34877731 – AnkiiG
確保'settings'是一個有效的表。 – Matt