-
Website
Hello i Need Help With my Website No Idea Whats up With it i Do Use Appserv This is what i get..
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\test\secure\config.php on line 12
Witch in the Php is..
$r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
mssql_select_db($_MSSQL[DBNa], $r);
Please Help if u fix it i will press the Thanks Button :)
-
Re: Website
I know your problem, to be sure this is the problem post your config.php
-
Re: Website
It cant connect to your database did you make sure you eidted the php.ini and removed the ; at the beginning of the mssql_w/e
-
Re: Website
he simply forgot to change the values at line 12 ...