 |
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
| |
10-31-2003, 09:39 AM
|
· #1 | | Senior Member Join Date: May 2003
Posts: 2,211
NP$: 6170.25 ( Donate)
| 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 |
| |
05-20-2004, 05:52 PM
|
· #2 | | HostVilla.net Name: Juan Location: Connecticut Join Date: Apr 2004 | <img src="images/smilies/wink.gif" border="0" alt="">
Can we have that image? lol |
| |
05-21-2004, 12:25 AM
|
· #3 | | Senior Member Join Date: May 2003
Posts: 2,211
NP$: 6170.25 ( Donate)
| 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 |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |