Re: connecting to a mssql database
- From: "Advo" <max_mischief@xxxxxxxxxxx>
- Date: 31 Aug 2006 01:42:38 -0700
Heres some actual code i've tried:
<?php
echo "here";
$cs = mssql_connect ( 'ip...', 'administrator', 'pass' ) or die('Could
not connect: ' . mssql_get_last_message());
echo "here2";
then i run my page, and all it says is "here"
nothing else
.
- Follow-Ups:
- Re: connecting to a mssql database
- From: Chung Leong
- Re: connecting to a mssql database
- References:
- connecting to a mssql database
- From: Advo
- Re: connecting to a mssql database
- From: Chung Leong
- connecting to a mssql database
- Prev by Date: Re: What editor is the most common in PHP developer?
- Next by Date: Re: connecting to a mssql database
- Previous by thread: Re: connecting to a mssql database
- Next by thread: Re: connecting to a mssql database
- Index(es):