Jump to content

[SOLVED] simple array question


jfarthing

Recommended Posts

This is probably simple, I just cant figure out a method.  Let's say I have an array like the following:

array("Green:1","Yellow:2","Blue:3")

And I stored the info in the database in the form of just that number.  Now, when I retrieve the info from the database, I need to just pull the text from that same array.  Say a user chose number 2.  I need to access this particular array and display "Yellow" not "Yellow:2"  Thanks in advance!!

Link to comment
Share on other sites

yes... what we created above was a numerical index starting at 1 instead of zero. By needing to prepend each single digit with 0, we would need an associative array. Each element would then be a string, and need to be manufactured. There would be a REALLY EASY way to do that, using a loop and the DATE function...

 

Can you figure it out? = ^)

 

PhREEEk

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.