Samuel Morgan wrote:
> Please tell why php5 does not work under apache2 (with engine on)
> using this index file:
> ...
> <?php
> echo "Hello";
> >

Missing the closing container marker. Put a "?>" in there and it
should work.  Try this file:

  <?php phpinfo(); ?>

Bob

Attachment: signature.asc
Description: Digital signature

Reply via email to