Menu

#3 Random number generator for referral code

open
nobody
Interface (4)
3
2003-08-24
2003-08-24
Joe Glass
No

Add random number generator for referral code.

Discussion

  • Wolfgang Schorer

    Logged In: YES
    user_id=361349

    PHP has a random generator. it's called rand(). The seeding
    is done with srand().

     
  • Joe Glass

    Joe Glass - 2003-09-18

    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.