i trying deploy php based application online , getting following error:
call undefined function mysqli_connect() in home/spurdes/public_html/testsites/crimebusters/repository/sql_connection.php on line 27.
here line 27:
$this->connection= mysqli_connect($this->connectionhost,$this->username,$this->password,$this->dbname);
here phpinfo
i dont have access php.init
you need mysqli php extension. contact hoster or change hosting service.
Comments
Post a Comment