Well,
If you read the "PHP + MSSQL 2000 + Win9x" then you might have guessed that I am still in the processs of connecting. As soon as I'm able to download the file Tomas told me to, I'll let everyone know how its done.
In the meantime, what you try to do is to find the php_mssql70.dll and put it in c:\php\extensions and add the line "extension=php_mssql70.dll" in the php.ini file found in c:\windows. Restart the computer and then try connecting. In short do what I'm doing right now 🙂
Write a simple php code which tries to connect to the database and displays a "Success" message or dies if it can't. If everything is right then the "Success" should pop-up and then you are on your own.
Schajee