hi, im new to php, and im trying to install with Apache in a win xp machine.
i was told i need to edit the httpd file of apache, so i can load the php.
i put this at the end of the file:
LoadModule php4_module C:/PHP/sapi/php4apache2.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
but when i run apache i get this error:
Syntax error on line 1024: Cannot load c:/php/sapi/pho4apache.dll into server, The specified module can not be found
im using
Apache 1.3.28 and php 4.3.2, i installed both in my c:\ directory.
can anybody tell me what i have to do to make it work??
thank you very much
Eli