How to filter/find data from DB using Multiple Checkbox in PHP MySQL | Product Filter | PHP Tuts -13

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 29

  • @sakurachan6492
    @sakurachan6492 ปีที่แล้ว

    I wanna thank you for making this video. I used it for my semester project by adding more details, image and making it clickable. My project got approval, so thank you so much.

  • @gabro8978
    @gabro8978 ปีที่แล้ว

    thneqiu iu, iu ar veri gud yndyan soumach help iu jast provaidid.

  • @ThePajaro88
    @ThePajaro88 ปีที่แล้ว

    Great video! It helped a lot! Thanks for sharing!

  • @ramdhannp8796
    @ramdhannp8796 2 ปีที่แล้ว

    Very helpfull

  • @ISOnepal
    @ISOnepal 3 ปีที่แล้ว

    Great boss from Nepal.

  • @officialtotallyrandom
    @officialtotallyrandom ปีที่แล้ว

    Very nice. Thank you. How would you do if you need to update the results on select. I mean instead if using a button. Great tutorial. Thank you again.

  • @A2Vloogs
    @A2Vloogs 2 ปีที่แล้ว

    man you are amazing! Thank You for this video ❤

  • @APHCentralProvince
    @APHCentralProvince ปีที่แล้ว

    thanks.....👍

  • @rukmanikumari119
    @rukmanikumari119 3 ปีที่แล้ว

    Nice video sir

  • @barankurt4316
    @barankurt4316 2 ปีที่แล้ว +2

    Can you make a filter with province, district, neighborhood, categories? I want the cards suitable for filtering to be listed after the province, district, neighborhood categories are selected.

  • @ProfesorMD
    @ProfesorMD 3 ปีที่แล้ว +1

    Thank you man, you helped me a lot! Respect!

  • @vinithkumare3137
    @vinithkumare3137 2 ปีที่แล้ว

    thanks

  • @faharalzadjali5606
    @faharalzadjali5606 2 ปีที่แล้ว

    hello dear , if i have multiple categories and each category i have different check boxes how i will do that i face problems on that , , ,

  • @opahprincewill4103
    @opahprincewill4103 3 ปีที่แล้ว +1

    pls help the laravel guys create such advanced checkbox and slider filter

  • @BaudryMbicka
    @BaudryMbicka 3 ปีที่แล้ว

    Thank you ! Can you make a tuto with multiple data in a single row table to fetch them I think you could use find_in_set()

  • @smarthomer2677
    @smarthomer2677 3 ปีที่แล้ว

    great job, is it possible to do with select options?
    could you give me an example?
    thanks

  • @digi...8566
    @digi...8566 3 ปีที่แล้ว

    How to use multiple checkbox like 1 checkbox for brands, another checkbox for gender, another checkbox for price range etc. Please advice

    • @fundaofwebit
      @fundaofwebit  3 ปีที่แล้ว +2

      Same thing:
      1. type="checkbox" name="brands[]"
      2. For Gender:
      type="checkbox" name="gender" value="male"
      type="checkbox" name="gender" value="female"
      3. For price, let's keep as input box:
      type="number" name="low_price" value="100"
      type="number" name="high_price" value="400"
      Send this request with get method.
      And then you get this values from parameter and validate it.

  • @rammurthy1993
    @rammurthy1993 3 ปีที่แล้ว

    How to filter data with opposite gender if male can get female and female can get male data automatically. please reply

  • @kimcastillo05
    @kimcastillo05 3 ปีที่แล้ว

    how about in datatables? how to filter that in datatables using ajax sir?

  • @Nikhil_Kuzhivelil_Sunny
    @Nikhil_Kuzhivelil_Sunny 3 ปีที่แล้ว

    Any new video for same filter code with php codeigniter

  • @kisho2679
    @kisho2679 2 ปีที่แล้ว

    how for PostgreSQL?

  • @linglingzhang8583
    @linglingzhang8583 2 ปีที่แล้ว

    shouldnt use "brandlist", it basically just one indivisual brand. should use "brand" instead.

  • @mdjabedbhuiyan
    @mdjabedbhuiyan 3 ปีที่แล้ว

    If create how to restore sql database file with php. Thanks

  • @luieseamstrong4989
    @luieseamstrong4989 3 ปีที่แล้ว

    sir i found it, how to apply this to Codeigniter 4 ?😶

  • @kevinkayasth16
    @kevinkayasth16 3 ปีที่แล้ว

    How to filter with ajax??

    • @fundaofwebit
      @fundaofwebit  3 ปีที่แล้ว

      Will upload it soon.

    • @opahprincewill4103
      @opahprincewill4103 3 ปีที่แล้ว

      @@fundaofwebit , pls help the laravel guys create such advanced checkbox and slider filter