<?php
Echo "Hello, everyone, I am newbie here!";
?>
Hello Everyone...nice To Be Here
Started by jamestse, Nov 19 2012 02:05 PM
1 reply to this topic
#1
Posted 19 November 2012 - 02:05 PM
#2
Posted 22 November 2012 - 06:34 AM
you should have used code tags for that... 
<?php echo"Welcome to freaks"; ?>
A simple password hash :
My SQL/PHP Blog
function makePass($word=''){
$dbSalt = '$2a$07$'.substr(hash('whirlpool',$word),0,22);
$dbPass = crypt($word, $dbSalt);
return substr($dbPass,12);
}My SQL/PHP Blog
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











