Hello all.
i install Apache HTTP Server Version 1.3
and php and mysql.
but my php page display as text page.
what the mistake with my instalation.
my file is.
Today is
<?php
print strftime("%m/%d/%y");
?>
<?php
phpinfo();
?>
<?php echo ("hello world"); ?>
the server work fine only the php not working.
please help
thankx