Hi all Is there anyway i can connect to SQL Server Database using PHP? Is it possible.
Thanks
what kind of SQL server? MSSQL, MySQL?
mssql_connect() mysql_connect()
Cgraz
MICROSOFT SQL SERVER and not mysql
thanks
Try mssql_connect() and look at php.net it has most of the MSSQL Functions there
yeah, then use mssql to establish a connection. All the other MSSQL php functions can be found here
Thanks all of u