This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? // Itunes Mediathek Skript ?> | |
<pre> | |
<? | |
// Just import the regular iTunes Mediathek Export XML File | |
// Be sure to have a good Hoster. My Mediathek.xml is about 6.5 MB. | |
$xml = simplexml_load_file("Mediathek.xml"); | |
foreach ($xml as $key1 => $value1) { |
NewerOlder