Do I need to use Xampp to manage these services? I don't mind having PHP extensions installed but I don't need anything other than the three programs listed above and I don't want to be forced to use Xampp to manage Apache or MySQL. It would be nice if I could choose what from that package to install, but I may not be able to do that.
Update:
I downloaded the complete PHP 5.1.2 install, and added these two commands to the httpd file:
LoadModule php5_module "c:/PHP/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/ PHP"
After this, the apache service monitor (at the bottom of the window) but php commands still don't work. A tutorial said that I should add the line "AddModule mod_php5.c" to the config file, but when I do Apache crashes upon starting/restarting. Any Ideas?
(At least I'm getting closer)
Edit: It appears that my wish has been granted.