You can to set the $db_server_name to SQLBox (or it's ip)
--
maurice
"Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanks, but I'm not trying to write the scripts. I already wrote them.
> I just wanted connectivity without having SQLServ
Thanks, but I'm not trying to write the scripts. I already wrote them.
I just wanted connectivity without having SQLServer installed on the
PHP box.
Thanks! :)
nicole
www.aeontrek.com
Maurice Kevenaar wrote:
> try this:
>
> $connect = mssql_connect($db_server_name, $db_user_name, $db_user_pa
try this:
$connect = mssql_connect($db_server_name, $db_user_name, $db_user_passwd);
You can use ODBC too, but (in my exp. it's slower)
--
Maurice
"Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have recently installed PHP 4.2 on a serv