Skip to content

Instantly share code, notes, and snippets.

@lbj96347
Created May 6, 2012 10:05
Show Gist options
  • Save lbj96347/2621410 to your computer and use it in GitHub Desktop.
Save lbj96347/2621410 to your computer and use it in GitHub Desktop.
php load xml nocdata
<?php
$url = "http://api.hudong.com/dict.do?title=5%E6%9C%882%E6%97%A5&from=perhaps&type=63&appkey=asdfasf341";
$xml = simplexml_load_file($url, 'SimpleXMLElement', LIBXML_NOCDATA);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment