Hi all,
I have been recently trying to get the code below to work. I have tried using a \ infront of the quotes, however it would still be in PHP mode and that should need to be done.
<?php
echo "this is html<?php if ($notcurrentdate) { echo "this is php" } ?></font></strong></span></div></td></tr>";
?>
Me trying to explain this is probably usless. Basically I want to echo something inside php which would then be inside HTML.
Can anyone help please?
Thanks All 🙂