PHP: chr - Manual - PHP: Hypertext Preprocessor
[Editor's note: %c is defined as: "Print the character belonging to the ascii code given" chr() just gives a string, so you need to use %s, even if the string consists of only one character. This is consistent with other languages. --Jeroen@php.net] Learn...