how to use special characters on php string code example
Example: html special characters php
$string = "This is testing message "ETC" ";
htmlspecialchars($string, ENT_COMPAT)
$string = "This is testing message "ETC" ";
htmlspecialchars($string, ENT_COMPAT)