EUCU Podcasts http://www.eucu.org.uk en-uk © & © 2008 EUCU no EUCU Podcasts provide recordings from Edinburgh University Christian Union Meetings. Edinburgh University Christian Union EUCU Podcasts provide recordings from talks, debates and discussions at events run by Edinburgh University Christian Union throughout the year. For more information, visit www.eucu.org.uk. EUCU Podcasts provide recordings from talks, debates and discussions at events run by Edinburgh University Christian Union throughout the year. For more information, visit www.eucu.org.uk. EUCU website@eucu.org.uk EOT; $podcasts = $eucu->getPodcasts(); while ($row = mysql_fetch_array($podcasts)) { echo "\n\n"; echo "" . $row['title'] . "\n"; echo "Edinburgh University Christian Union\n"; echo "" . $row['summary'] . "\n"; echo "" . $row['subtitle'] . "\n"; echo "" . $row['duration'] . "\n"; echo "http://www.eucu.org.uk/uploads/" . $row['filename'] . "\n"; echo ''; echo "\n" . date('D, d M Y H:i:s', strtotime($row['datetime'])) . " GMT\n"; echo "\n"; // // //http://example.com/podcasts/archive/aae20050608.mp3 // //Wed, 8 Jun 2005 19:00:00 GMT } // do footer echo << EOT; ?>