Ok this is the deal:
This morning I decided to get back into PHP. When I quit I was just learning MySQL/PHP interaction. But that's beyond the point.
My problem is that I cannot get MySQL working properly. I've already installed (and got working) Apache 2.0.53 and PHP 5.0.3. I wrote some PHP scripts earlier. They're fine.
So I just downloaded and installed MySQL 4.1. I set it up with my root password and all and then I downloaded phpMyAdmin and put it into my htdocs folder in my Apache directory.
So I try to launch phpMyAdmin and it says this:
cannot load mysql extension,
please check PHP Configuration
It gives me a link to a help file. I went there and it said to get the php_mysql.dll extension file.
Well, I had it in C:\PHP\ext. So I moved it out of the ext folder into C:\PHP.
Then I went into PHP.ini and removed the ";" in front of the MySQL extension.
Now, when I start Apache, I get this error message:
PHP Startup: Unable to load dynamic library: 'C:\PHP\php_mysql.dll' - The specified module could not be found.
However, C:\PHP\php_mysql.dll DOES exist according to my own PHP script that I wrote earlier to check a file's existence. Not to mention I see it with my own eyes...
I'm clueless right now. Any help would be greatly appreciated. Thanks!
-Terran
Note: I posted this in the installation forum as well because I was not sure which would be the best choice. If this is a problem, feel free to remove any of my topics/posts. Thanks and sorry for the inconvenience.