Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created June 25, 2010 08:14
Show Gist options
  • Save mchelen/452590 to your computer and use it in GitHub Desktop.
Save mchelen/452590 to your computer and use it in GitHub Desktop.
if (strlen($output)>0) {
// set http header type
header ("Content-Type:text/xml");
// output requested file
readfile($output);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment