I suggest you ask a more specific question. For example, you could ask "I have 2 mysql database tables. One contains basic contact data for the people. The other table has the properties for the people such as 'smoker','loves dogs','college degree', etc. I want to build an alogirthm for matching people by the compatibility of their properties. I want to write the code using PHP, and I have basic PHP skills. I need help building the matching logic."
okay..well these are some my database tables :
-basic info table(name,age.....etc)
-appearance info table(height,hair color,...etc)
-interests info table(hiking,music,....etc)
i need help building the matching logic..