I'm trying to create a website that has all user's logon information stored in an MSSQL table. The data is stored on a separate machine on my network and I know it's IP address which I enter as the server name when trying to connect using mssql_connect... something keeps going wrong because when I try to run the script it comes up with a server 500 error. If I substitute mssql_connect with mysql_connect, I get the correct error that I programmed in - which makes sense because there is no MySQL database on the computer to connect to... PLEASE HELP! I'm about ready to scratch my eyes out. I am running the website from Debian 6 and the MSSQL database from Microsoft SQL Server Management Studio on Windows Server 2008.