Cute...
I think you've got a couple of things to do now. Your computer now has the
file type .php associated with php.exe. If that was what you really wanted
great! But I think it's not what you were looking for.
Under IIS on my box, I have properties for the computer a section called
Compute
You are probably running it as a cgi, if that's the case, you'll have to add
the following lines to your httpd.conf inside the
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
These will let Apache know how to handle .php files and will
It seems that your web server doesn't recognize .php extension. Read the
installation notes (of php) for your web server. It will help you solve the
problem.
Regards, | Linux
Urmil Parikh | It is now safe to turn on your computer
-Original Message-
I am very new to php, but i tr