PHP Function to read the character from the ASCII value – PHP May 2, 2011 Pramod T P Leave a comment <?php echo chr(50).","; echo chr(55).","; echo chr(53); ?>