Created
May 7, 2010 20:51
-
-
Save kevee/393987 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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