Open main menu
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>';
?>
← Older edit
Newer edit →
Neil
Bureaucrat
,
administrator
34,333
edits