I have an IIS Web server on my DMZ with two IP addresses assigned to one NIC. I have set the bindings in IIS to run each of the two sites on separate IP addresses. The problem is both sites initiate ...
I need to connect to a remote SQL Server 2000 database from PHP (on a unix server). I know that I need to figure out how to use ODBC somehow, but all of the tutorials i've been able to find seem dated ...