How-to articles, tricks, and solutions about TAGS
How to enable PHP short tags?
PHP short tags are a shortened version of the standard PHP opening tag.
PHP: How to handle <![CDATA[ with SimpleXMLElement?
You can use the addCData() method of the SimpleXMLElement class to add a CDATA section to an XML element.