Hi, I'm having some problems getting PHP to run on my machine. I've created a basic test page which doesn't show up the php code.
The steps I've followed are: 1 Unzipped the php download, modified php.ini-dist and placed in C:\WINDOWS 2 Copied php4apache.dll and php4ts.dll into c:\WINDOWS\system32 3 Updated httpd.conf to include: " LoadModule php4_module C:/php-4.3.3/php-4.3.3-Win32/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php " Before, I got a message "cannot remove module mod_php4.c " which I got rid of by removing the line AddModule mod_php4.c But it still doesn't work! Does anyone have any ideas please? Thanks very much! Jim