Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMartin Švec
8,208 PointsCustom search filters
Hi,
I would like to ask if anyone knows how to create custom search filters so that users will be able to search among other users based on many things they stated in their personal profiles.
I would be very grateful if someone could point me the right direction to how to learn to do that. I was looking for this on threehouse, but could not find it anywhere.
3 Answers
Matthew Bilz
15,829 PointsRandy Hoyt's 'Build a Simple PHP Application' - 3-part course addresses search functions in PHP - and is a great course all around as well.
Martin Švec
8,208 PointsThanks Matthew! Don't know how I could miss that.
Murat Hasdemir
Front End Web Development Techdegree Graduate 20,968 PointsMatthew give a good direction and if you combine with php pdo system you will get really good search system.