There is a hosting service and I changed
$db = new mysqli to
$db = mysqli_connect
and I am now getting a different error:
Fatal error: Call to undefined function: mysqli_connect() in /nfs/cust/4/45/65/556544/web/login_orion.php on line 13
Just called host and mysqli extention is installed.
Any suggestions?
The problem is with line 13.
$db = new mysqli( 'host', 'username', 'password', 'dbname' );