Hi,
I have the new PHP installed and I don't know which flag affects the following:
given I have a page with normal html and a php tag inside such as:
<HTML>
<BODY>
<p> hello </p>
<?php
echo "world".
?>
</BODY>
</HTML>
nothing displays correctly. If I rename the file to .htm, the php tag won't display still, but the html does.
Pages that are pure php and are named .php display fine.
Is this a configuration flag? I know it can work, I've used pages as such all the time, just never have setup my own little server.
Looking forward to some help 😉
Cheers!
Saeven😕