[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Maurice Kevenaar
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

[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Nicole Amashta
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

[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Maurice Kevenaar
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