Answers for "can i write php code in html file"

0

can i write php code in html file

<div>
  <?php echo "This is printed by PHP"; ?>
</div>

<div> 
	<?php $sum = 5+2; echo $sum; ?>
 </div>
Posted by: Guest on May-24-2021

Code answers related to "can i write php code in html file"

Browse Popular Code Answers by Language