What is the connection string to connect to SQL Server 2000 using PHP? Will this work? if ($dbc = @mssql_connect('localhost', 'allergyadvi','XXXXXX')) { print '<p>Connection Successful</p>'; ....... Elementary, I know. Gracias'
localhost will definitely not work. quote:Originally posted by hangman What is the connection string to connect to SQL Server 2000 using PHP? Will this work? if ($dbc = @mssql_connect('localhost', 'allergyadvi','XXXXXX')) { print '<p>Connection Successful</p>'; ....... Elementary, I know. Gracias' </blockquote id="quote"></font id="quote">