I'm having a little trouble installing php on Apache2. Its php 4.3.4 and i extrracted it to c:\Apache2\php. In the httpd.conf i put

LoadModule php4_module "c:/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php

But when i restart the server it says it can't load the module php4apache2.dll cause it can't find it. What's wrong