PHP Won't Run on APACHE - HELP!

I’ve been through all the instructions and after running all the diagnostics through telnet it seems PHP is installed correctly as well as APACHE.

When I edit the httpd.conf file however and add:
LoadModule php4_module “C:/PHP/php4apache.dll”

Apache fails to start once the httpd.conf is saved with that LoadModule request.
It is in the specified directory.

It is PHP4 on Apache 2.2. on Win XP

Honestly Im just looking for a quick way to run my PHP stuff offline.

Thanks!!