NamePros.Com (http://www.namepros.com/)
-   CODE (http://www.namepros.com/code/)
-   -   connect to a mssql database using php (http://www.namepros.com/code/15486-connect-to-mssql-database-using-php.html)

adam_uk 10-31-2003 09:39 AM

connect to a mssql database using php
 
quite simple really

same as mysql

PHP Code:
<?
    $conn
=mssql_connect("MYSQLSERVER","sa",'password');
        if (
$conn) {
        echo
"Yeah i'm the best ;)";
    }
    else {
        echo
"Woops ! ".mssql_get_last_message();
    }

?>



seems a bit tempremental, on my set up i get call to undefined function so may be it wil lwork for others

BoRiCuA 05-20-2004 05:52 PM

<img src="images/smilies/wink.gif" border="0" alt="">

Can we have that image? lol

adam_uk 05-21-2004 12:25 AM

lol
i didnt prog that code, cant remember wherei got it from but remember spent a while tryin to find out how to do it so posted it here


All times are GMT -7. The time now is 08:12 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0