how to convert in double quotation to special character mailto in php 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)