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

WordPress

How to successfully create zip code search functionality

I'd like to create functionality in one project I am working on, which allows users to check whether their home address falls within an area of benefit of three charities (so that they can know whether they can apply for a benefit or not).

Jeremy Castanza
Jeremy Castanza
12,081 Points

I've completed a similar project regarding this recently. I couldn't really find any plugin to do what I wanted to do, so I just built something from scratch in PHP, then used a mySQL table to store the applicable data.

That sounds pretty much what I was expecting Jeremy, would you mind sharing the link to your project, so I can have a look at it please?