Xml In Php

[Solved] Xml In Php | Php - Code Explorer | yomemimo.com
Question : php xml string

Answered by : enrico-bisco

htmlspecialchars($string, ENT_XML1 | ENT_QUOTES, 'UTF-8');// will convert ' to &apos; in addition to &, <, > and "( not | )

Source : https://stackoverflow.com/questions/3426090/how-do-you-make-strings-xml-safe | Last Update : Fri, 11 Jun 21

Answers related to xml in php

Code Explorer Popular Question For Php