Through out my application, i wanted to display the value htmlentities(str), since there is not restriction for single or double or any special char. Instead of using or converting by htmlentities(str),like
<input id="text" name="text" value="<?php if(isset($_POST['text'])) { echo htmlentities($_POST['text']); } ?>
Tüm metin kutularının için küresel ayarlamak için herhangi bir yolu var mı?