function ascii() { print(''); for($i=0; $i<256; $i++) { print(''); } print('
'); print($i); print(''); print(chr($i)); print('
'); }