Answers for "escape special characters php"

PHP
0

html special characters php

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

french special characters php

<?php header('Content-Type: text/html; charset=iso-8859-1'); ?>
Posted by: Guest on January-03-2021

Code answers related to "escape special characters php"

Browse Popular Code Answers by Language