To create a podcast using php, I added a few things to the feedcreator.class created by http://www.bitfolge.de/rsscreator-en.html.
This sample doc creates an rss feed suitable for import into iTunes.
[includecode#../podcast/paris.php]
The podcast version of this looks like this:
[includecode#../podcast/podcast.xml]
My hacked version of feedcreator.class is available here:
[includecode#../scripts/feedcreator.class.php.txt]