Skip to content

Instantly share code, notes, and snippets.

@BenjaminKobjolke
Created October 13, 2014 10:05
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 BenjaminKobjolke/dd438aef02141889a494 to your computer and use it in GitHub Desktop.
Save BenjaminKobjolke/dd438aef02141889a494 to your computer and use it in GitHub Desktop.
xml output
$returnXml = '<?xml version="1.0" encoding="utf-8"?>';
header("Content-type: text/xml; charset: utf-8");
ob_start();
echo $returnXml;
ob_flush();
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment