#For PHP5.0.1 with Apavhe2.050 with Windows XP Home eddition S. Pack2 as a SAPI module. #In Apache config file httpd add following: AddType application/x-httpd-php .php LoadModule php5_module c:/php/php5apache2.dll PHPIniDir = "C:/php" #Then go to control panel, Prformance and Maintenance, System, Advanced, Enviroment Variables, #and duble click on Path. #At the end add: ;C:\php #To enable MySql: uncomment extension = php_mysql.dll in php.ini file in C:\php folder #Unfortunatelly libmysql.dll from PHP folder does not work and PHP can not talk with MySql. # I did try tu put it in Windows or Widows\system, or Windows\System32, or php\ext and PHP can not talk with MySql.