Re: connecting to a mssql database
- From: "Chung Leong" <chernyshevsky@xxxxxxxxxxx>
- Date: 31 Aug 2006 06:06:24 -0700
Advo wrote:
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
Looks like the mssql extension wasn't turned on. Your script is dying
with a undefined function error.
.
- References:
- connecting to a mssql database
- From: Advo
- Re: connecting to a mssql database
- From: Chung Leong
- Re: connecting to a mssql database
- From: Advo
- connecting to a mssql database
- Prev by Date: Re: how to Replicate Session in new window?, target _blank
- Next by Date: Re: mcrypt blob upload problem to MySQL
- Previous by thread: Re: connecting to a mssql database
- Next by thread: Re: connecting to a mssql database
- Index(es):
Relevant Pages
|