php inside html tag

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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