Skip to content

Instantly share code, notes, and snippets.

@kevee
Created May 7, 2010 20:51
Show Gist options
  • Save kevee/393987 to your computer and use it in GitHub Desktop.
Save kevee/393987 to your computer and use it in GitHub Desktop.
require_once('quail/quail.php');
//Checking a remote URI:
$quail = new quail('http://example.com/', 'wcag', 'uri', 'demo');
//Checking a string:
$quail = new quail('<img src="rex.jpg">', 'wcag', 'string', 'demo');
$quail->runCheck();
print $quail->getReport();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment