Hi,
just installed php, edited the ini file and added the path "c:\php\" in the $PATH of the environment variables. I uninstalled apache and desiced to use IIS (v.5)(
Tried an example writting a php file in the localhost.The code is <? phpinfo() ?>. When i call it ( it responds correctly and show me info abou php... So php is working.
I have an example that does some actions (a+b, a-b); simple. The script is called and i expect to show the results... but the browser show me the php script code.
Any ideas?
just installed php, edited the ini file and added the path "c:\php\" in the $PATH of the environment variables. I uninstalled apache and desiced to use IIS (v.5)(
Tried an example writting a php file in the localhost.The code is <? phpinfo() ?>. When i call it ( it responds correctly and show me info abou php... So php is working.
I have an example that does some actions (a+b, a-b); simple. The script is called and i expect to show the results... but the browser show me the php script code.
Any ideas?