php - search data refine by different category count and location count in mysql -
ex . search word phone in classified portal have refine result count(result found if talk category 5 in computer , 15 in automobile , if talk location 7 in germany , 13 in france) below
category
computer (5)
automobile(15)
location
- germany(7)
- france(13)
how query database . want show first 20 result need show data count category , location.
Comments
Post a Comment