Answers for "how to write echo in html with php inside"

PHP
2

php echo html as text

echo '<pre>';
echo htmlspecialchars($YOUR_HTML);
echo '</pre>';
Posted by: Guest on July-15-2021
0

echo php in html

<h1><?=$title?></h1>
Posted by: Guest on March-17-2022

Code answers related to "how to write echo in html with php inside"

Browse Popular Code Answers by Language