Page 1 of 1

PHP Issue

Posted: Tue Oct 25, 2005 10:06 pm
by Rajeev
Hi,
I have installed Php on my linux box and also Apache server. But when I add test.php and try to access it through IE, it does not open and more over when we go to folder & open with IE, then the php contents
I.e. <? print "<h1> It Works! </h1>"; ?> , It is not parsing the text and showing same text on the browser.

Can somebody help me on this?.

Thanks.

Posted: Tue Oct 25, 2005 10:12 pm
by feyd
the code you have referenced would require short tags to be on, are they? (check your php.ini) Have you correctly installed php with Apache?

Posted: Wed Oct 26, 2005 5:06 am
by n00b Saibot
you will have to make changes to the httpd.conf in order to make PHP work. search for
"PHP+Apache+Linux+Installation" on Google...