Hi guys,
I am absolute beginner in PHP. I have just created my first "Hello world" php file. I saved it in the DocumentRoot directory as Hello.php. When I try to open it with a browser, the file is not "executed", but instead the "File Download" window pops up asking me to open or save a file.
I have Apache 2 and php installed and I have already entered as follows into httpd.conf:
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .html
...
DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"
...
Thenks for any help
bimbo bob