-
Website
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 12
:S :(
$r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
mssql_select_db($_MSSQL[DBNa], $r);
Someone please help me thanks :)
-
Re: Website
1)Search for "short_open_tag = Off" without the "", then make it like this : short_open_tag = on
2)Search for "asp_tags = Off" without the "", then make it like this : asp_tags = on
3)Search for "error_reporting = E_ALL" without the "", then make it like this : error_reporting = E_STRICT
4)Search for ";extension=php_msql.dll" without the "", then make it like this : extension=php_msql.dll
5)Search for ";extension=php_mssql.dll" without the "", then make it like this : extension=php_mssql.dll
***How to fix my web error guide // writed by Nolife_x.***
---------- Post added at 11:16 AM ---------- Previous post was at 11:15 AM ----------
Note: Click Start > Run > Type php.ini and do what i said.