I was just checking out the mhash function in the PHP Manual, and I noticed that it used a bit of code to convert the hash from bin to hex, and that was ".bin2hex ($hash).". Unfortunately, I have been unable to get it to work the same way, when trying to convert the hash to hex without using the print function. I was just wondering if anyone else could tell me how to do this.