Re: connecting to a mssql database




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.

.



Relevant Pages