Answers for "how to use special characters on php string"

PHP
0

html special characters php

$string = "This is testing message "ETC" ";
htmlspecialchars($string, ENT_COMPAT)
Posted by: Guest on January-06-2021

Code answers related to "how to use special characters on php string"

Browse Popular Code Answers by Language