i heard on another site that doing something like is a bad idea:
$string = "hello"; sha1(hash("sha512", $string)); ... as far as i am concerned its a good, clever idea! why is it not? (i did not quite understand the explanation on the other site)
Thanks