Is there any function in PHP that I could use to know the number of the ASCII table of letter "A" for example? something like: $tmp=function_name("A"); $tmp==99 ("A" is 99 in ASCII table). regards, Augusto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] ACSII in PHP Augusto Cesar Castoldi
- Re: [PHP] ACSII in PHP Steve Werby
- Re: [PHP] ACSII in PHP Frank M. Kromann