agnum ingenium sine mixtura dementiae fuit
> -Original Message-
> From: Asendorf, John [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 18, 2001 6:53 PM
> To: ben; Php-Windows (E-mail)
> Subject: RE: [PHP-WIN] closing an ODBC connection to mysql
>
>
> I know this
TECTED]
> Subject: [PHP-WIN] closing an ODBC connection to mysql
>
>
> Hello
>
> I've installed mysql and php on W2K with IIS5.0 and I'm
> having some trouble
> closing my connection, which is established via odbc.
>
> I have been using the following php
Hello
I've installed mysql and php on W2K with IIS5.0 and I'm having some trouble
closing my connection, which is established via odbc.
I have been using the following php code to connect:
$link = odbc_connect("forum", "ben", "dulwich")
or die("Could not connect");
print "Connected successfully