I am building a Leasing Company Property web site, and one option they'd like is to have "Similar Properties" recommended to the visitor.
The array contains "Bedroom Type" data (studio, 1 bedroom, 2 bedroom, 3 bedroom).
A sample array is: Array ( [0] => Studio [1] => 1BR )
I am trying to figure out a way to retrieve other buildings that "match" similar bedroom types (if a building has a Studio type, I'd like to list that building).
Any idea on how I can start writing this? Any and all advice is greatly appreciated, I've never had to do any work like this before so I have no starting point.