Page 1 of 1

How to use SQl server with php

Posted: Mon Sep 29, 2003 1:53 am
by tuanna
I don't know how to connect to a SQL server DB .
With mySQL we use : mysql_connect()
so how we do with SQL server?
P/S: If there recently have some topic in this forums about it, please tell me, 'cause I'm just can't read all these topic to find it. Thanks.

Posted: Mon Sep 29, 2003 3:41 am
by twigletmac
You may not be able to read all of the topics, but the search function should help you narrow it down to the relevant ones:
search.php

Mac

Posted: Mon Sep 29, 2003 8:47 am
by devork
LVII. Microsoft SQL Server functions
http://www.php.net/manual/en/ref.mssql.php
may solve problem

Posted: Tue Sep 30, 2003 12:11 am
by tuanna
I've see reference in http://www.php.net, is amy help me but it a little complex to config in php.ini file. I don't know where i can find the php_mssql.dll file and what is it ?