I did as described in php manual.
Library php_mssql.dll is where has to be, but PHP cannot load it. SQL
Server drivers are installed and MSDE 2000 is running on my machine on Windows 2000 Professional.
When I try execute any php file i get:
A popup WARNING:
Unable to load dynamic library 'c:\program
files\php\extensions\php_mssql.dll' - The specified module could not be
found.
Then i click OK button and i get following text :
X-Powered-By: PHP/4.1.1 Content-type: text/html
The line of code I used, is the following:
$db =
mssql_connect("MyComp","myUserName","myPassword");
Please Help !!