Hi,
I have read all the articles on SQL 7 and PHP 4 and have had no luck in getting a connection to an SQL Server. The web server (apache) is on one NT server and the SQL 2000 is on another NT server.
I've tried using ODBC and MSSQL_CONNECT both getting a similar error message of:-
MS SQL message: Login failed for user '\'. (severity 14)
OR
Warning: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'., SQL state 28000 in SQLConnect
the user is actually set to a name even though the script reports back that it is '\'.
Any ideas ???!?!