Hi i had a mysql database ( coading in php ) in my real estate web site. It had 4 columns.
1. for ( ie, buy or rent )
2. district
3. Type ( villa,house,.....)
5. price ( 1 lakh, 2lakh, 3 lakh ...)
I need to add a searh in my home page. Using any of the colomns in above. I already did it with
all these columns like ("select * from database where for='$for' and district='$district' and type='$type' and price='price'").
Now I need to do custom search like district= All , type=All and price=Any.....
Please help me.....
Thanks in Advance
Rajeesh