Source Code:
(back to article)
<?php for ($i = 65; $i <= 90; $i++) { echo chr($i) . " "; } ?>
Result:
Report an issue