Add random number generator for referral code.
Logged In: YES user_id=361349
PHP has a random generator. it's called rand(). The seeding is done with srand().
Logged In: YES user_id=637831
This feature has been added in the stable CVS code - see random_id(). It will be included in the next release.
The only thing left to do is create an interface to convert user-specified organization ID's to random ID's
Log in to post a comment.
Logged In: YES
user_id=361349
PHP has a random generator. it's called rand(). The seeding
is done with srand().
Logged In: YES
user_id=637831
This feature has been added in the stable CVS code - see
random_id(). It will be included in the next release.
The only thing left to do is create an interface to convert
user-specified organization ID's to random ID's