Answers for "php script to write data to html"

0

php text to html

htmlentities(`<script>alert(1)</script>`)
Posted by: Guest on September-14-2021
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

Browse Popular Code Answers by Language