Yea i actually already did that but i thought it maybe needed some extra or so.
Here's the script
<?
@session_start();
//MSSQL Server configuration
$_MSSQL[Host] = "(My server name, found at login screen of mysql )";
$_MSSQL[User] = "sa";
$_MSSQL[Pass]...
Well, i have no idea how to make my php to work.
I kind of uploaded it but all i get is : Fatal error: Call to undefined function mssql_connect() in /home/wesley11/public_html/Home/secure/config.php on line 12
Ive bin on phpfreaks for this to and they said all i had to do is find a host that...