php echo html as text

Solutions on MaxInterview for php echo html as text by the best coders in the world

showing results for - "php echo html as text"
Liam
07 Nov 2016
1echo '<pre>';
2echo htmlspecialchars($YOUR_HTML);
3echo '</pre>';
4