Right, from my last topic... I have changed it all...
Configured XAMPP and everything, but i keep geting the error:
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\config.php on line 15
All the tutorials i find are winamp and i've got XAMPP, Can anyone lend me a little advice?
the line on 15 is:
PHP Code:$r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant Connect Database");


Reply With Quote


