Search results

  1. I

    User Account

    I have a single large table with three different types of users. I currently use authentication to sort these users and make sure they only have access to what they need. Is it possible to add another user type? ex. Root - Has access to administrator page & Read/Write Admin - Has read/write...
  2. I

    ID_User (Update)

    I've changed the config.php to allow everyone to change and update values even if they didn't create it, but is there a way to track who made an update? So they log in, then if they update or change any information it will swap the ID-User with whoever updated it last rather than who originally...
  3. I

    Linking a Table

    Going to try my best at explaining my question, Is it possible to link data from one table to another table only by the primary key? Ex. Main_Table (Holds all information about 300 books seperated by the primary key 'Tag_Number'. Fields would be author, Title, date, ect..) Then have a...
Top