Random String
<?php
// Generates a code string
function GenerateCodeString($strKey = "")
{
return strtoupper(sha1($strKey . mktime() * rand(1, 1000)));
}
?>
// Generates a code string
function GenerateCodeString($strKey = "")
{
return strtoupper(sha1($strKey . mktime() * rand(1, 1000)));
}
?>






I've got good news, and I've got bad news:
The universe is merely a figment of my imagination.
Now are you ready for the bad news?