php - Mysql DB single field matching to multiple other fields -
ok, creating sort of dating service , have db requires field match against multiple other fields. need stored, can ignored , set maybes later viewing. know setting comma delimited field unwise, cannot figure out better way keep track of matches while being able categorize them separate columns later on.
does have better way of doing without comma delimited field?
how array? can store array of information in database. in php declare such: variable = array(); can deal variable array using loops, variable[index#], etc. hope helps!
Comments
Post a Comment