ASCII QR

Generate QR Codes, in "ASCII Art"*



'; echo'
'; for($x=0; $x < count($pixels); $x++) { for($y=0; $y < count($pixels[$x]); $y++) { echo $pixels[$x][$y]; } echo "
\n"; } echo '
'; //html formatting echo' '; echo' '; echo '
'; } else {//this is not a valid image. echo 'Not a valid image, please try again.'; } } else {//no image or text has been specified, so display the form echo '
Please enter the URL of an existing QR Code Image:


Or the Text you would like to encode:


'; } echo '*I am quite well aware that this uses Unicode not ASCII...'; include 'footer.php'; ?>