Hello, i'm a beginner in PHP. I've used PHP, but with PWS server.
But now i want to use Apache. I've installed apache 2, and i want to install php on my pc. I followed my tutorial that told me to edit httpd.conf, and insert this:
LoadModule php4_module c:/php/sapi/php4apache.dll (directory that i extacted php)
AddType application/x-httpd-php .php
First, before i add those lines, the apache works well. But after i added that few lines, when i tried to turn on apache, something like this appeared:
Cannot load c:/php/sapi/php4_apache.dll into server: one of the library...
I sure that the file php4apache is still on c:/php/sapi
Please help me...
Thanks