Skip to content

Instantly share code, notes, and snippets.

@roderik
Created June 30, 2010 12:35
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 roderik/458587 to your computer and use it in GitHub Desktop.
Save roderik/458587 to your computer and use it in GitHub Desktop.
<?php
include('hkit.class.php');
$hKit = new hKit;
$result = $hKit->getByURL('hcard', 'http://microformats.org/');
?>
<?php
include('hkit.class.php');
$h = new hKit;
$url = 'http://be.linkedin.com/in/roderik';
$h->tidy_mode = 'proxy'; // 'proxy', 'exec', 'php' or 'none'
$result = $h->getByURL('hresume', $url);
print_r($result, 1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment