Answers for "how to get special characters using php"

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 get special characters using php"

Browse Popular Code Answers by Language