开发者

Creating a search function with multiple search items?

开发者 https://www.devze.com 2023-03-23 00:35 出处:网络
I am trying to create a search function for a real estate website. The search must entail the following search fields: area, location, address, property type, bedrooms, baths, and price.

I am trying to create a search function for a real estate website. The search must entail the following search fields: area, location, address, property type, bedrooms, baths, and price.

I need to create this search with php (built in a wordpress site) but I am a new to developing with php.

Can someone point me in 开发者_StackOverflow社区the right direction or possibly help me get started?

Thank you!


http://devzone.zend.com/article/1304

I'd say that'd be a good place to start, assuming you're on MySQL (most wordpress are) and you can edit the DB. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消