Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 775729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:20:13+00:00 2026-05-14T19:20:13+00:00

I’m a noob, development wise and logistically-wise. I’m developing a site that lets people

  • 0

I’m a noob, development wise and logistically-wise.

I’m developing a site that lets people take a test…

My client wants the ability for a user with the roll/privledge “admin” (a step below a super-admin) to be allowed to create users and only see/edit the users that they create…

The users created in that “category” or group need some information that their superior provides.

For example, I log in as a “manager”, I have the ability to invite people to take the test, and manage those people. Before adding those people, I will have filled out a short survey about myself…

Right now, the users that are invited will be asked some of the same questions as the manager. I’d like to cut down the redundancy by using the information put into the database by the manager and apply it to the invited users.

How do I set up my database to work with this criterion? I’m a little confused about how to do this! Let me know if I can add more details…

(This is a mysql and php app)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:20:13+00:00Added an answer on May 14, 2026 at 7:20 pm

    I am sure there are several ways to do this but here is one that comes to mind.

    In the “users” database, I am sure you have a column to specify which manager is assigned to the user by some kind of user key. Well If this field has a value, then pull the info from that users (manager user) record.

    Example:

    table ‘users’
    key—-name——managerid—–questionone——questiontwo—-
    1——-randy—–0——————california———-c++————–
    2——-bob——–1——————nevada——————————

    Since record(key)1 has managerid == 0 then use questiontwo record to answer “Question 2”.
    Since record(key)2 has managerid == 1 then pull questiontwo from record(key)1 and use that for answer to question two.

    You could either insert this information into the record or use it from the manager record dynamically as needed, which thought the space is still being used in the database, would be helpful since manager data might be updated and you might not want to have to update all records with that share the managerid wheh info is changed.

    Make sense?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.