roccoman
12-11-2002, 04:02 PM
Hey, I just installed Apache and PHP4 and I'm having a problem.. With Text Editor(gnome), I write this php page:
<?php
print ("Hello Web!");
?>
And save it as test.php, when I open it in the browser all I see is the code, it doesnt print Hello Web!.... I already added the following lines to the httpd.conf file
AddType application/x-httpd-php .php
AddType applicaton/x-httpd-php-source .phps
and still no worko :) Can someone please help me, thanks
<?php
print ("Hello Web!");
?>
And save it as test.php, when I open it in the browser all I see is the code, it doesnt print Hello Web!.... I already added the following lines to the httpd.conf file
AddType application/x-httpd-php .php
AddType applicaton/x-httpd-php-source .phps
and still no worko :) Can someone please help me, thanks