KarlHanzel
IS-IT--Management
In the referenced thread (now closed, otherwise i'd just add to it), jpadie suggests:
"it sounds like you have not added a php handler to your httpd.conf file"
And indeed, i found this to be the problem. But what's a "handler"?...
Not an apache2 expert, i found that what was needed to get the PHP code to execute on the server (rather than be just lamely passed for display in the browser), was to add the following line to my httpd.conf file:
AddHandler php5-script .php
Now, back to learning more about PHP. :^)
pax,
Karl
*----->
"it sounds like you have not added a php handler to your httpd.conf file"
And indeed, i found this to be the problem. But what's a "handler"?...
Not an apache2 expert, i found that what was needed to get the PHP code to execute on the server (rather than be just lamely passed for display in the browser), was to add the following line to my httpd.conf file:
AddHandler php5-script .php
Now, back to learning more about PHP. :^)
pax,
Karl
*----->