Source Code:
(back to article)
<?php $ascii_code = 65; $character = chr($ascii_code); echo $character; ?>
Result:
Report an issue