Whats wrong with this code?

Im following this tutorial

But when ever I use this code below apache stops is there something wrong here?

####### PHP Config ###########

LoadModule php5_module "C:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"

##############################

am,

Apparently you didn’t install PHP at that location on the C: drive.

BTW, if you get some instruction elsewhere, why ask about problems you have with it here?

Regards,

DK

The tutorial was flawed! Thats why I’m asking here : here is a newer tutorial I followed http://www.techmalaya.com/2007/09/10/beginners-guide-install-php-5-mysql-5-on-apache-22-on-windows-with-screenshots/