How would I go about encrypting some characters to MD5?
I am doing this to use vbulletin 2.2.2's user / password database
RTFM?
$md5hash = md5($string);
<?php md5($variable); ?>