Subject | Re: Interbase & php problem |
---|---|
Author | josceh@netscape.net |
Post date | 2001-11-21T12:01:57Z |
Do you have localhost defined in your hosts file that you have
in the windows directory? If not, there is probably a file called "hosts.sam" that you can edit and rename to "hosts".
hosts is a normal text file where you describe host names
and their corresponding ip-address.
You should this line in you hosts file:
127.0.0.1 localhost
BTW, what happens if you change:
$host='localhost:d:\data\delivery.gdb'
to
$host='127.0.0.1:d:\data\delivery.gdb'
Josce
--
No Signature
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
in the windows directory? If not, there is probably a file called "hosts.sam" that you can edit and rename to "hosts".
hosts is a normal text file where you describe host names
and their corresponding ip-address.
You should this line in you hosts file:
127.0.0.1 localhost
BTW, what happens if you change:
$host='localhost:d:\data\delivery.gdb'
to
$host='127.0.0.1:d:\data\delivery.gdb'
Josce
--
No Signature
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/