weetat wrote:
Hi all,
I need to read xml file before it was parsed by PHP DOM functions.
The xml file have some encrypted value as shown below :
<InstanceName><![CDATA[ù?¸ü÷ú"<ù?àù?ØZ4ÀÏ]]></InstanceName>
Anybody have any suggestion how to do it ?
Thanks.
- weetat
$xmlfile = file_get_contents("http://urloffile.com/filename.xml");
I mean, that is what you asked, how to read the xml file...
Regards, Adam Zey.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php