php installation help
Posted: Mon May 04, 2009 3:40 pm
respected sir
I have download php5.2.9 mysql5.1,apche2.2
i also worked on mysql it runs successfully
i also typed http://localhost/
their result were display ( it works).That means apache is also working .
But when i wrote a php program <?php
echo(" this is php test");?>
and saved this program(test.php) to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
after typing http://localhost/test.php on browser
it didnot display nothing .
Please tell me What I have to do?.
I have download php5.2.9 mysql5.1,apche2.2
i also worked on mysql it runs successfully
i also typed http://localhost/
their result were display ( it works).That means apache is also working .
But when i wrote a php program <?php
echo(" this is php test");?>
and saved this program(test.php) to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
after typing http://localhost/test.php on browser
it didnot display nothing .
Please tell me What I have to do?.