Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created August 24, 2011 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weierophinney/1168465 to your computer and use it in GitHub Desktop.
Save weierophinney/1168465 to your computer and use it in GitHub Desktop.
Simple parser
$sxl = new SimpleXMLElement($url, 0, true);
$item = $sxl->item[0];
$link = (string) $item->link;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment