I have been running php on my site now for several years. however, I was playing around tonight and I cant seem to get php working from within html for example:
<html>
<body>
Jorge
<?php echo "torralba"; ?>
</body>
</html>
only displays Jorge.
I tried using short tags as well.
any clues?
Bythe way, the above code is from the View Page source. which should not be displaying the php tags.