Sure. But it's best if you start to put things together on your own first, and when you run into trouble, ask for help.
So start with your basic form and listing what columns to search in your drop-downs. Then move on to the PHP page.
In the PHP page, you'd want to grab the search term(s) and areas to search in. From there, you'd construct your database query (see my first post) and execute that query. Take the results, and display them as you please on your site.
Start on your own, see what you come up with. From that, when you run into issues you can't figure out, or if you have questions, ask here.