Home > database >  How to change Idmember in codeigniter
How to change Idmember in codeigniter

Time:06-30

Good morning, my problem is that I have 5 users and i can't change the Id Member in the codeigniter.

If I go to the Profile account Options, I can the change name and personal data but I can't to change, when I change the name on user 1, the other usernames change too

So how do i change it in database phpmyadmin?

CodePudding user response:

You have to create 5 member id for 5 users

  1. Go to localhost/phpmyadmin/

  2. Click insert in the member table

  3. Fill in and sort the member id number and personal data

  4. do it again according to the number of users

  • Related