Simple Html script
[code]
It works!
<?php echo "php works"; ?> [/code] Web page shows "It works!" but not "php works"Have edited http.conf
added line under a long list of LoadModule section.
LoadModule php5_module “c:/php/php5apache2_4.dll”
added line under section.
AddType application/x-httpd-php .php
Added to end of file.
PHPIniDir “C:/php”
Is this correct or am I putting these lines in the wrong place.
I have restarted Apache and it starts fine.