Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Last active December 23, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/6632378 to your computer and use it in GitHub Desktop.
Save wboykinm/6632378 to your computer and use it in GitHub Desktop.
<?php
header('Content-type: text/plain');
# Read the XML file
$xmlfile = simplexml_load_file('http://www.afdb.org/fileadmin/uploads/afdb/Documents/Generic-Documents/IATIBotswanaData.xml');
echo $xmlfile;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment