Changes

Working with Strings and Text in PHP

1 byte removed, 13:09, 4 June 2007
Converting to and from ASCII Values
$char = chr($asciicode);
echo "The character for ASCII code for $acsciicode asciicode is " . $char . '<br>';
?>