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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -