Hi guys, I'm trying to set up a registration page which should connect to my MSSQL database, but its not connecting to it. Or if it connects, it doesnt send the account details to the database. What do i have to enable ( Except the allow extension MSSQL of XAMPP ? )
$server = 'ADMIN-PC\SQLEXPRESS,1433';
$link = mssql_connect($server, 'sa', '1234');
This is the connect thing from PHP page.
Ive ben trying much but cant seem to get anything.. Hope someone can help me. Thanks