Special problem when use simplexml_load_string function
Today, my boss ask me to fix bug cannot parse XML string: simplexml_load_string cannot parse data correctly because of XML file contain some special characters. Here is my simple code to test: $xml_file = '139_1356677622_o1_13.jpg.xml'; if (file_exis...
Dec 28, 20121 min read