So I have this database containg 2 tables the main table has all the data in it. The User table has the login info of username, password, contactname, email and group.
What I want to do is have three levels of logins:
Default - this is for newly registered visitors and they get to see only the info in the main table, but can not change or add anything. They are added to the user table by the registeration page.
User - these people get to Add, Edit and Delete only records they created, but can see everything in the Main table. They are added to the user table by the admin.
Admin - these people get to do everything in all tables
Can some one take me step by step through this. I must be doing something very wrong in PHPRunner because it just does not work the way it should, but I know its me and not a software glitch.