04.07.2011, 01:35
Hey!
I have a problem with my UCP & MySQL connecting.
How can I connect UCP with MySQL (code)?
Arca
I have a problem with my UCP & MySQL connecting.
How can I connect UCP with MySQL (code)?
Arca
Yeh, but how can I put the password to Whirlpool? (encrypt) or something
|
function whirlpool( $string )
return hash( 'whirlpool', $string );
Ex:
echo whirlpool( "Hello World" );