Answers for "php xml request response"

PHP
0

xml header php

header("Content-type: text/xml");
Posted by: Guest on September-24-2021
1

php xml string

htmlspecialchars($string, ENT_XML1 | ENT_QUOTES, 'UTF-8');// will convert ' to &apos; in addition to &, <, > and "( not | )
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language