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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:44:33+00:00 2026-05-27T00:44:33+00:00

So I have a dynamically created playlist that users create by searching for songs.

  • 0

So I have a dynamically created playlist that users create by searching for songs. I want to make it so when the page is refreshed all the songs stay there.

What would be the best way to store the playlist?

I have tried using Persist.js but storing an array like:

[["title":"song name", "artist":"someartist"], ["title":"another song", "artist":"one more"]]

Always makes the array appear as:

["title", "song name", "artist", "someartist", "title"...]

Not what I want. Plus not sure if it is the best idea if the playlist gets large.

So when it be better to create a server session? Or just store all the songs into a database?

Thanks.

  • 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-27T00:44:34+00:00Added an answer on May 27, 2026 at 12:44 am

    You could save the array as a JSON object, which is simply stored as a string. In this way, you can easily store it as a session variable.

    $_SESSION['test'] = json_encode($myArray);
    
    $loadedArray = json_decode($_SESSION['test']);
    

    I’d recommend storing it in a database if you want the list to be stored for any length of time, especially if you don’t know how large the list could get. Alternatively, you could just put a cap on the array length and discard all tracks after say the first 20.

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

Sidebar

Related Questions

I have a dynamically created TextBox in a C#/ASP.NET web page that I want
I have dynamically created images on my index.html page. I want the user to
I have some dynamically created inputs which are not server-side controls. I want to
I have a dynamically created image that I am saving to a stream so
I have problem with dynamically created image (JavaScript). I want to change the innerHTML
I have a page containing a control called PhoneInfo.ascx. PhoneInfo is dynamically created using
I have a dynamically created UL. I want to use jQuery to use the
I have several dynamically created links and forms on one page named with IDs
I have table that gets dynamically created. When using jQuery and toggle, everything works.
I have a dynamically created Image control that is populated via a OpenFileDialog like:

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.