<?php echo 2 + 2; ?>
<h1>This page is all about Brian</h1>
<?php echo
5 * 5 ?>
<h2>All About Brad</h2>
4 and 25 will not show up on the screen unless I put them after the tags.
Sometimes the top part of the page will be the JSON viewer and the rest will be my html.
Is there anyway to stop it from parsing php?
4 and 25 will not show up on the screen unless I put them after the tags.
Sometimes the top part of the page will be the JSON viewer and the rest will be my html.
Is there anyway to stop it from parsing php?