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 3663124
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:29:40+00:00 2026-05-19T01:29:40+00:00

I am currently working on a project where people write articles, which are stored

  • 0

I am currently working on a project where people write articles, which are stored in a database. The credit for the article is stored as [USER ID]:Role and then loaded into the page by loading the user information from another table using the USER ID then implementing the role into the credit.

For example: 1:Writing would produce Brad - Writing

But as there are multiple credits per page they will be stored in the same column separated by a comma. For example: 1:Writing,4:Images,8:Music which would then appear as

Brad - Writing
Ben - Images
Jay - Music

To do this I am exploding the contents of the column with the separator , and then running a foreach(); on the array.

In this foreach(); I need to look up the ID’s of the users then load the information from the table and then include the Role as well in the credit.

I can’t think of the best way to do this. Would I need to run a preg_replace to run a separate function to get the information or would there be another way to do it? Or would there even be a better way to store the information in the database?

Thanks in advance, Brad.

  • 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-19T01:29:41+00:00Added an answer on May 19, 2026 at 1:29 am

    You can store them in MySQL in a separate table

    article_id   user_id   role
    ---------------------------
    Brad       | 1       | Writing
    

    and then issue a query like this

    SELECT u.name, ac.role FROM article_credits ac 
        LEFT JOIN users u ON ac.user_id = u.id
        WHERE ac.article_id = ?
    

    Or you can extract it from your current field using preg_match to catch all user_ids and feed them to

    SELECT * FROM users WHERE users.id IN (' . implode(',', $user_ids).')'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on a project which requires migration of content from different
Elegant Solution Hey People. I'm currently working on a Project and I am thinking
I'm currently working on a project in which i need to read some (Latitude,
I'm currently working on a project in which I load a huge number of
I'm currently working on project with Haskell, and have found myself some trouble. I'm
I am currently working on a project and my goal is to locate text
I am currently working on a project with specific requirements. A brief overview of
I am currently working on a project that is moving from .NET 2.0 to
I am currently working on a project where a programmer who fancied themselves a
I am currently working in a project with developers working on three sites. One

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.