Sorry for the long post, but hopefully someone can help out. I've watched a bunch of tutorials for PHP, but I'm not sure exactly where to start with this.
What I need to do is create a form to collect data from my members. Once the information is input into the fields, the database/PHP code will search for matching entries & output a matching list on a members profile.
For example. Member "A" and Member "B" both entered the same information on the form. How do I create a list that will appear on each members profile of the matching data?
I don't want each field to require a match, but I imagine it needs to be done with an If/Else statement.
1) Search all Fields for All Members
2) If Field1, Field2, Field3 for Any Member match with Field1, Field2, Field3 for Any Other Member
3) Then Output a List including Other Members Photo, Username, and the user generated Form Title.
I also use Joomla & Community Builder, so if I create this as a Plug Into my CMS, I'll need to figure out how to link my database information with their database information for the member user names and profile photos.