php de htmlspecialchars kodunu araştırın.

Örnek
<?php

 $str = "This is some <b>bold</b> text."; echo htmlspecialchars($str);

 ?>