[Ilugc] php problem

Anand Saha anandsaha at gmail.com
Fri Mar 16 09:44:34 IST 2007


On 3/16/07, Zico <mailzico at gmail.com> wrote:
> I want to run this one with firefox:
[...]
> But when the firefox page open, it just remain blank. Nothing like
> "hello"....
> I want to add that, i have installed php5,apache2.0 & mysql.

What do you get with this ? :

<html>
<body>
<?php
        print "This is inside php";
?>
        <br>This is outside php.
</body>
</html>

Also - everytime you make any change in apache config file, don't
forget to restart the server !

--


More information about the ilugc mailing list