Jun 23, 2001 #1 steijssen Programmer Mar 25, 2001 92 BE Hello PHP gurus, can anyone tell me how to convert a char to it's ascii value? for instance, the char x should be converted. Thanks in advance, Stijn
Hello PHP gurus, can anyone tell me how to convert a char to it's ascii value? for instance, the char x should be converted. Thanks in advance, Stijn
Jun 23, 2001 1 #2 rycamor Programmer Jun 3, 1999 1,426 US http://php.net/manual/en/function.ord.php PHP has ready-made functions for most of the common programming tasks. Try spending some time browsing the online manual, and you will be amazed ;-). Upvote 0 Downvote
http://php.net/manual/en/function.ord.php PHP has ready-made functions for most of the common programming tasks. Try spending some time browsing the online manual, and you will be amazed ;-).