so I figured out that MSSQL is not the same as MySQL... so can I connect with PHP to an MSSQL database? they are both on a win2k server
mysql_connect is not the good command I guess?
need some PHP code for that?
TIA!!
check php manual on the MIcrosoft SQL Functions
in the online docs it is at:
http://www.php.net/manual/en/ref.mssql.php
You could also try this site for DB independance code
http://php.weblogs.com/adodb#downloads
Regards
Neil
Hi
Thanks for your valuable info in this message. I have one query..
Can I connect to MSSQL from my Linux machine and use that database with the PHP on linux machine ?