i have problem on page Register & Login. [ Hosting ]
Code:
Fatal error: Call to undefined function mysqli_connect() in /home/r0ck/public_html/s1/include/database.php on line 8
constant.php
Code:
//SQL Server Defination
define("SQL_SERVER", "localhost");
define("SQL_USER", "r0ck_test");
define("SQL_PASS", "testing");
define("SQL_DB", "r0ck_test");
define("TB_PREFIX", "s1_"); maybe my database.php problem :
Code:
$this->connection = mysqli_connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB) or die(mysqli_error());
user vertrigoserv work. but in register completed got problem :
Code:
Fatal error: Call to undefined method mysqli_result::fetch_all() in C:\Program Files\VertrigoServ\www\2\s1\include\functions.php on line 59
then can't login account :|
this script not working for hosting ?