Re: [PHP-DB] No communication between PHP 5.0.3 +MySQL 4.1.9

2005-01-19 Thread Samar
Hi, I have never used PHP 5 and MySQL 4.1 on Windows, but I guess, I read somewhere about Windows directory being the default or something. Try copying the extension file in Windows directory. Regards, Samar M. = Warning: Dates in Calendar are closer than they appear. -- On Sun, 16 Jan 2005 12

Re: [PHP-DB] No communication between PHP 5.0.3 +MySQL 4.1.9

2005-01-16 Thread Micah Stevens
Well, even if that's not the exact issue, the problem almost certainly lies in the inability of php to properly load the extension. That's where you should look. The connection to MySQL is not in question here. -Micah On Sunday 16 January 2005 12:42 pm, J A Brown wrote: > Thanks Micah, but

Re: [PHP-DB] No communication between PHP 5.0.3 +MySQL 4.1.9

2005-01-16 Thread J A Brown
Thanks Micah, but I've already tried that one. James "Micah Stevens" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Have you set the extensions_dir properly? It may not be looking in c:\PHP > for > the extension.. > > -Micah > > On Sunday 16 January 2005 10:37 am, J A Brown wr

Re: [PHP-DB] No communication between PHP 5.0.3 +MySQL 4.1.9

2005-01-16 Thread Micah Stevens
Have you set the extensions_dir properly? It may not be looking in c:\PHP for the extension.. -Micah On Sunday 16 January 2005 10:37 am, J A Brown wrote: > Will somebody please help me!!! > > I'm trying to set up my web server for PHP and MySQL. I've installed PHP > 5.0.3 and it works fine. >