i'd like to establis a connection to a SQL server database, using PHP.
i use the command "mssql_connect" i have configured the php.ini file correctly-or at least i think so-but the problem now is that
php can't find the server, although it is correctlty specified.
I have found the problem:
"The servername argument has to be a valid servername that is defined in the 'interfaces' file. "
In php.ini file, i have specified a diretcory where i could put this 'interfaces' file. But what does he looks like? Does it already exists somewhere or i have to create it myself, and if yes how can i make it?
If someone knows the answer, please let me know