Answers for "php inside html tag"

PHP
0

php inside html tag

<?php
  $param = "test";
?>
<a href="http://www.whatever.com/<?php echo $param; ?>">Click Here</a>
Posted by: Guest on February-16-2021

Browse Popular Code Answers by Language