Apr 17
If you have mixed characters in html string, use php here document string format.
<?php echo <<<EOF
<!-- template displaying code start-->
<!-- template displaying code end-->
EOF;
?>
Leave a Reply
You must be logged in to post a comment.
Recent Comments