Re: PHP cannot see Mysql?! Ideas?



On Oct 21, 2:48 am, "David" <m...@xxxxxxxxxxx> wrote:

I uncommented both

extension=php_mysql.dll
extension=php_mysqli.dll

in php.ini.

OK, but is that php.ini being used by your system?

I'm using Windows. Any ideas how to locate the problem?

Look at your phpinfo() output again. It will show (at the very
beginning) the path to php.ini being used. It is possible that PHP is
using C:\WINDOWS\php.ini, while the you made changes to is C:\PHP
\php.ini or somesuch... If that's the case, add C:\PHP to your PATH
or copy your php.ini to C:\WINDOWS...

Cheers,
NC

.