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 trial

Rafael Mocelin
Courses Plus Student 3,271 Points[HELP] Search functionality for website
So I have 3 search bars in my website and a couple of buttons describing different places.
The person navigating should write their budget in the first bar, number of people in the second, region in the third and then click on a button for the type of place they want.
When the button is clicked a search should be performed and should show results which have these 4 variables.
I am trying to get this done with PHP but I am really struggling.
Any suggestion would be welcome.
Thanks in advanced.
1 Answer

Matt Campbell
9,767 PointsWhat code have you got so far and what is it or not as the case may be, doing?
Rafael Mocelin
Courses Plus Student 3,271 PointsRafael Mocelin
Courses Plus Student 3,271 Points<!DOCTYPE html> <html>
Thats my html code so far, I used the php search functions from the videos here but I gotta say Im completely lost. So far its not working.. My places page is the following
I know its a lot to ask but if you have any suggestions that would be great.. Its getting pretty frustrating.