Answers for "text/html php"

PHP
2

php echo html as text

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

php get text from html

echo(strip_tags($your_string));
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language