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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:07:54+00:00 2026-05-13T08:07:54+00:00

Lets say I wanted to build an app that will pull url links from

  • 0

Lets say I wanted to build an app that will pull url links from a database and show 50 on a page. I am just using links as an example.

What if I had to store multiple values, an array into 1 mysql field for each link/record posted.

If there is 5 items for every Link, I could have an array of 5 items on the page, a list of 5 items seperated by commas, or I could use json encode/decode, What would be best for performance for saving a link to the DB and showing it on the page, something like implode/explode with a list of item, json encode/decode, or serialize/un-serialize the array?

  • 1 1 Answer
  • 3 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-13T08:07:54+00:00Added an answer on May 13, 2026 at 8:07 am

    Serializing is probably the best if you don’t want to use multiple tables. The reason being that it deals with the special characters. If you use a comma separated list, then you’ll need to worry about values that have commas in them already. Serialize/unserialize deals with this already. But the issue is the serializing is not terribly fast, although your arrays sound quite simple.

    The best is still to have multiple tables as it allows you to search and/or manipulate the data much easier at a later date. It also isn’t hard in PHP to create a loop to generate a SQL that adds multiple records to the second table (relating them back to the parent in the main table).

    BTW, there are many other questions similar to this on SO: Optimal Way to Store/Retrieve Array in Table

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

Sidebar

Related Questions

Lets say i wanted to add another variable to the database can anybody tell
Lets say i wanted to compare a variable in the sqlite database and if
I am building a rails app that will host multiple archery league websites. Lets
Just wanted to check if it safe to do the following: Lets say I
I making a program and wanted to make an update function... So lets say
If I wanted to add, let's say, a new .lib to the build only
so lets say I wanted to essentially do this: $.post( 'search_item.php', { serialzed_data, save:
lets say I wanted to search through divs with a certain class name.and if
With Mediawiki I didn't manage to build a main page that would take information
Lets say that in this case i have 4 divs called .CountThese and i

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.