Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?
Seems they changed the password encryption method and the current DDLs
don't work with new MySQL.
If so, can you post a link so I can pull them down?
Thanks
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,
I'm running PHP 5.0.2 on IIS 6/Windows Server 2003. Below is a snippet of
the code from a script that looks into the "news" directory for files
ending in .txt. After it finds the files, I want to get the creation time
of each file. The script finds all the files (in this case "blah.txt",
but fil
I modified the email so I will now receive an email with the full
phpinfo. I won't have an answer until it happens again though. In any
case I am pulling the host header from $_SERVER["SERVER_NAME"];
Charles
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Wedn
Definitely strange. Are you having it send you a copy of the header
information so you can verify that you're capturing the correct info and
you're not getting like a REFERRER type tag from someone clicking on a
link IN yahoo?
-TG
> -Original Message-
> From: Charles P. Killmer [mailto:[
php-windows Digest 1 Dec 2004 15:53:02 - Issue 2491
Topics (messages 25101 through 25102):
Re: Permission deny on connecting MS Access database
25101 by: Michael Adams
Strange internet problem
25102 by: Charles P. Killmer
Administrivia:
To subscribe to the digest, e-mail:
This isn't related to php but there are many knowledgeable people here
that I though might find this curious.
I host an IP based site. Based on the host header that is sent to the
site, I pull different content from a database. When the host header is
not found in the database, I send an email
On Wed, 1 Dec 2004 02:32:14 +0200
Emperor Kang Xi <[EMAIL PROTECTED]> wrote:
> I use MySQL for PHP and I need to retrieve data from MDB directly and
> display it to user browser. If php possible to retrive mdb data, so i
> do not need to write converter for MDB to MySQL.
>
> Why MDB + MySQL for P