hello guys i get eror mabby anyone can help //
Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\vote1\core.php on line 17
ewerything configured fine and line is closed php extensions added this is the 17th line -
Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\vote1\core.php on line 17
ewerything configured fine and line is closed php extensions added this is the 17th line -
thx for helpQuote:
function __construct($db) {
include_once("$this->config");
global $serverName;
global $user;
global $pass;
$connectionInfo = array("Database"=>$db, "UID"=>$user, "PWD"=>$pass);
$this->connection = sqlsrv_connect($serverName, $connectionInfo);
}