I'm having some problems with my website. The domain is bitcointap.xyz. On the /register & /login page. I'm having some PHP errors. On the /register page (bitcointap.xyz/register) I get the error:
"Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ../ on line 7"
Register.php: http://pastebin.com/4pqvyiL1
Another problem I'm having is with the Login.php page. I get the error;
mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ../ on line 9
Login.php: http://pastebin.com/ednfCE1y
Any help is greatly appreciated. Thank you.