Hello to everyone from sunny Athens!!
I've just installed PHP 5.0.4 as a module in Apache 1.3.33, loaded by Apache every time it starts up. I've made also all the appropriate tuning to the httpd.conf and copied php.ini to /lib folder of the installation directory.The problem that I've encountered is that when I try to use a simple echo message :
<?php echo 'Hello';?>
the output is not,as expected --> Hello
but
<?php echo 'Hello';?>
What is wrong with that.
I would appreciate it if you could give me a piece of help, cause I'm really confused.
Thanx in advance