Hello, this is my first post here. W00T. (Forgive me for using leet speak, it's not my fault.)
Here's the rundown:
I have MySQL.
I have configured the PHP.INI to the correct settings, including allowing the extension, and changing the extensions directory to the correct path.
I have configured Apache to gather information from the correct PHP.INI (C:/PHP/PHP.INI).
I have the "libmysql.DLL" in both the System and System32 folders in the WINDOWS directory.
However, what happens is I receive not a wink of information about MySQL when I run the PHPInfo() function, and if I use Apache to test the script, it returns a fatal error: "undefined function," whenever I try and utilize a MySQL command.
It works when hosted on a remote server, like an FTP server, obviously, but when I use localhost to test the script it returns the aforementioned error.
My versions are as follows:
PHP 5.2.6
Apache 2.0.63
MySQL 5.0
Hopefully someone can help.
|