I am doing a project for school and i want to code it with php. However the technology they have us windows. they are using win2k server and running iis and ms sql7. how do i connect to the database in php. can someone procide me with sample code. any help would be appreciated.
thanks rommel
This is connection Under Windows server 2000
MSSQL_CONNECT("192.168.0.28","sa","") OR DIE("SERVER IS NOT RESPONDING");
i'm using 192.168.0.28 IP Address you must change it according to your server's IP Address.
It is 100% working
Naveed Ahmad