Your Codebank Invitation!
I'm inviting you to join the Codebank right now! It's filled with complete scripts, tools, code, tutorials, and programmers and designers to help you.
So I had to hack together a little snippet today that would return just one single item from a rss feed and have it be random from the available items. (For example this snippet of code will return one random rss item from blackhatdigest – skipping the most recent entry) function load_xml_feed($location) { global $value1; [...]