-------
#shplaying.php file

...

PHP Parsing of XML data has hig...

by mattlax.myopenid.com, February 04, 2012 19:32, 6 refactorings, tagged with speed, php, curl, cpu, debug

This script simply retrieve...

Bdcc24a6af71061f368915bb415644c7 Talk
<?php
if (count($argv) != 3)
	die("Usage: $argv[0] <RSS feed URL> <output dir>\n");	
...

PHP Download all audio enclosur...

by hubfactor, April 11, 2008 20:48, 1 refactoring, tagged with php, rss, simplexml, curl, xpath

Given an RSS feed and an ou...

Ed9c50a6db8b5e078b5ef84306a8477c Talk