Jump to content

Can some help me with Microsoft SQL Server 2005 connection


Varma69

Recommended Posts

I am creating a web site using Microsoft SQL Server 2005 and using php. before i used MYSQL and php and everything was fine but now i need to know how to change the connect code from the one i use with mysql to work with Microsoft SQL Server 2005.

here is the code i used first can someone show me the modification i need to make.

<?php

$db = mysql_connect("localhost", "root","") or die ("Connection to the db died");
mysql_select_db("lis",$db) or die ("connection to lis db died");

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.