How to use SQl server with php

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tuanna
Forum Newbie
Posts: 2
Joined: Mon Sep 29, 2003 1:53 am

How to use SQl server with php

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

LVII. Microsoft SQL Server functions
http://www.php.net/manual/en/ref.mssql.php
may solve problem
tuanna
Forum Newbie
Posts: 2
Joined: Mon Sep 29, 2003 1:53 am

Post 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 ?
Post Reply