I haven't worked with PHP for a while now and looking to get back into it, but my brain just isn't funtioning like it use to.
Here is what I am looking to do:
Have multiple features example:
red [1], blue [2], green [3], yellow [4] with numbers assigned to them in a mysql table so I can add more later. When I add a new product, I would like to be able to take those numbers such as blue green and put them in with the product for someone to search so like 2,3.
when a person searches for the blue green colors, it would bring up the listing with the 2,3 in it.
Does this make sense or possible or anyone know an easier way? I am trying to figure out how to do this in my head and I hope someone would figure it out for me or lead me to a tutorial on how to do it?
Thanks in advance!