Answers for "php special characters shown as ?"

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 "php special characters shown as ?"

Browse Popular Code Answers by Language