Skip to content

Instantly share code, notes, and snippets.

@nsams
Created September 26, 2013 12:55
Show Gist options
  • Save nsams/6713756 to your computer and use it in GitHub Desktop.
Save nsams/6713756 to your computer and use it in GitHub Desktop.
<?php
$c = file_get_contents('http://www.jhfkreds8.dk/rss/nyheder');
$c = str_replace('<?xml version="1.0" encoding="iso-8859-1"?>', '<?xml version="1.0" encoding="utf-8"?>', $c);
echo $c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment