Ilyas  Smith
0
Q:

show html as text in php

<?php
  echo "Hello World!";
// You can also do this with a variable:
$YourVariable = "Hello World!";
echo $YourVariable;
?>
6
htmlspecialchars('<strong>something</strong>')
0

New to Communities?

Join the community