Skip to content

Instantly share code, notes, and snippets.

View amphibian's full-sized avatar

Derek Hogue amphibian

View GitHub Profile
@amphibian
amphibian / getAttribute.php
Created October 18, 2009 13:12
PHP function to return any given attribute of a complete HTML tag.
/*
This function will return any given attribute of a complete HTML tag.
Originally found at http://www.phpfreaks.com/forums/index.php?topic=209684.0
*/
function getAttribute($attribute, $tag)
{