php inside html tag

Solutions on MaxInterview for php inside html tag by the best coders in the world

showing results for - "php inside html tag"
Clara
20 Apr 2019
1<?php
2  $param = "test";
3?>
4<a href="http://www.whatever.com/<?php echo $param; ?>">Click Here</a>
5