Answers for "different ways of echo html in php"

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 "different ways of echo html in php"

Browse Popular Code Answers by Language