Jump to content

[SOLVED] extracting instances of a string in an array


Darkmatter5

Recommended Posts

If I had an array created from a query of mysql, that returned a year column.  How can I list each instance of each unique year.  Example.

 

Table:

 

item_id    year

1            2008

2            2004

3            2008

4            2001

5            2004

 

how can I make a list that would look like this?

2001

2004

2008

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.