User Tools

Site Tools


Sidebar

07-02-2022
Ok, so the old format with brief episodes, describing each topic didn't really work very well, because these topics are too complex to fit in a 10-15 min. audio format.
The whole concept is now being remodeled. This process will take some time, but hopefully it will be worth it.


Part of
Copyright 2020-2022

sidebar

This is an old revision of the document!


$files = scandir('./podcast'); rsort($files); // this does the sorting foreach($files as $file){ $parts = explode('.', $file); $extension = array_pop($parts); if ($file != "." && $file != ".." && $extension != 'mp3') { echo "<b>Podcast:</b> <a href=http://marso.org/podcast.php?name=$file>$file</a><br>"; } }


Part of
Copyright 2020-2021

sidebar.1613217284.txt.gz · Last modified: 2021/02/13 12:54 by 127.0.0.1