Answers for "how to pass php variables into html"

PHP
2

set php var to html

<?php ob_start();?>
<div>Contents goes <b>here</b></div>
<?php $contents=ob_get_clean();?>
Posted by: Guest on December-17-2020

Code answers related to "how to pass php variables into html"

Browse Popular Code Answers by Language