Automatic allocation of Member no:

Discussion in 'Free Talk for Website Owners and Webmasters' started by davew, Oct 14, 2009.

  1. davew

    davew New Member

    Joined:
    Oct 14, 2009
    Messages:
    1
    hi - as u can see from my question i am a TOTAL novice- how can i automatically allocate a unique sequential Member no: to members when they register for membership - over and above their Login ID and Password.
    Hope someone can help - Sorry for the stupid question ! regds dave
    n3ymar likes this.
  2. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    You do not need to, member_id is a sequential number starting at 1. I am pretty sure it is in the $_SESSION stuff.

    Larry
  3. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    It is session variable:

    [_amember_user] [member_id]

    holds the membership id number

Share This Page