Subject Re: PLZ HELP - I am lost
Author jason_panzera
The conn is right, as I can login and my other functions work

<?php
$host = '***************************************';
//$host = 'localhost:************************;
$username = '************';
$password = '***********';
$dbh = ibase_connect($host, $username, $password) or die
('<b>Error:</b> '.ibase_errmsg());





--- In firebird-support@yahoogroups.com, Daniel Rail <daniel@a...>
wrote:
> Hi,
>
> At November 20, 2004, 06:32, jason_panzera wrote:
>
> > I have a problem, this form works perfectly well on two local
> > machines, but on the server it only allows 1 person to signup and
> > then I have to restart IIS so another user can register. I can't
see
> > the prob here or on the server. PLZ HELP
>
> Are you using the local protocol or TCP/IP protocol to connect? If
you
> are using the local protocol, then that is the problem. You need to
> use the TCP/IP protocol when connecting to Firebird from a web
server.
>
> --
> Best regards,
> Daniel Rail
> Senior System Engineer
> ACCRA Group Inc. (www.accra.ca)
> ACCRA Med Software Inc. (www.filopto.com)