Jump to content

Best way to save a list?


Djelorean

Recommended Posts

I'm working on a chat program with several channels that the user can be in at once. I've gotten it to work fine with hard-coded arrays for now, but I need to be able to save what channels the user is in to the database (mySQL). Additionally, one of the channels will be flagged as the one they are actually in.

In the code now, I'm just using an array of the channel numbers, with the first element as the flagged channel. This can be easily modified if there is a way that would work with the database better.

What I'm stuck on is how I should go about saving this list. I've figured out ways that can work, but are inefficient (serialize, a string to explode()). Any suggestions would be appreciated.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.