I can't seem to find a "random()" function in PHP. I want to generate a random number key for each user. Is there a function that I'm not seeing? I can't beleive that I'm the first person to try this. I must be missing something.
Thanks,
Brian
Indeed you are missing something.
http://www.php.net/manual/function.rand.php
THANKS....
🙂