hi, does anyone know a way to convert a string to perhaps an array of ascii values using php? i tried ebcdic2ascii(), it doesn't work on my server which is unix. any ideas? thanks!
http://www.php.net/manual/en/function.ord.php
Diego
Try this.
http://www.evilwalrus.com/viewcode.php?codeEx=481