Allow to Display double quote in Text Field
Usage : In normally we cant display " " " in text field. Because after " value is break. But using htmlspecialchars() function we can allow to display double quote.
Text Field
Usage : In normally we cant display " " " in text field. Because after " value is break. But using htmlspecialchars() function we can allow to display double quote.
Text Field
<input type="text" name="textfield" value="<?=htmlspecialchars('"')?>">

No comments:
Post a Comment