Answers for "how to make a php function echo text on screen"

PHP
2

php echo html as text

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

Code answers related to "how to make a php function echo text on screen"

Browse Popular Code Answers by Language