Hello all,
I have a weird problem on a PHP site.
This site has a administration part. The admin accesses the MS SQL 7.0 with the same string than the site, the same file. The site is working fine but I get this on the admin:
Warning: MS SQL: Unable to connect to server: OUR DATABASE in E:\site\databasecall.php on line 6
Not working
The databasecall is the one used by the front office and the back office:
<?
/*This is the database connection for the galderma website*/
$db_conn = mssql_connect("OUR DATABASE","**","**"
or die ("Not working"
;
mssql_select_db ("db",$db_conn) or die (""
;
?>
Anybody, any idea, any how, anywhere, anyway?????
Thanks.
Seb
I have a weird problem on a PHP site.
This site has a administration part. The admin accesses the MS SQL 7.0 with the same string than the site, the same file. The site is working fine but I get this on the admin:
Warning: MS SQL: Unable to connect to server: OUR DATABASE in E:\site\databasecall.php on line 6
Not working
The databasecall is the one used by the front office and the back office:
<?
/*This is the database connection for the galderma website*/
$db_conn = mssql_connect("OUR DATABASE","**","**"
mssql_select_db ("db",$db_conn) or die (""
?>
Anybody, any idea, any how, anywhere, anyway?????
Thanks.
Seb