Ajax Live Data Search with jQuery PHP MySQL

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 148

  • @ciyaarahadunidaoffical5474
    @ciyaarahadunidaoffical5474 2 года назад +2

    Best soft soft tutorial for beginners on RUclips! I'm an absolute beginner and all the other tutorials I've found on RUclips have been so

  • @photoinshot1355
    @photoinshot1355 Год назад +4

    Brilliant! Thanks for an excellent tutorial, clearly and fully explained and expertly presented, love your expert use of language to give detailed and clear explanations with the minimum of words to get the message across, so this make it a very efficient tutorial. Clearly a talented coder and expert tutor. Thanks!

  • @piku5224
    @piku5224 3 месяца назад

    Very simple and very useful with great explanation. Thanks from,KOLKATA, India

  • @aChannel13813
    @aChannel13813 2 года назад +3

    i like the fact you have the text to speach explain while coding, make it easier to understand why you write something.

  • @polareda687
    @polareda687 2 года назад

    At first, thanks 🤗
    After I learned the correct method from you, I was able to invent simpler methods with the same results. Keep going. Thank you again.

  • @umitarslan1125
    @umitarslan1125 3 года назад +1

    Thank you so much. I solve my terrible problem after watching your video. You explain very well

  • @noveltunez6546
    @noveltunez6546 2 года назад

    arguably the best tutorial on RUclips.

  • @fivesauceftbananas8319
    @fivesauceftbananas8319 2 года назад

    tysm! but i need to reload when i want to search again, how can i do it to fix that?

    • @imadasly5857
      @imadasly5857 Год назад

      Have you found the answer?

    • @marky1756
      @marky1756 Год назад

      We're the same problem here.. It need to reload or refresh the page.

    • @bestmovieclips3999
      @bestmovieclips3999 Год назад

      @@imadasly5857 same to me.did you find a solution?

  • @yashsingadiya9850
    @yashsingadiya9850 2 года назад +1

    Ohhh gosh super simple and you also given us some extra knowledge
    So for that thank you 😊😊

  • @bilalboss152
    @bilalboss152 2 года назад +1

    Yoo tnx dude, everytNice tutorialng works. I LIKE IT

  • @gennarodolce4722
    @gennarodolce4722 3 года назад +4

    Awesome!!! I followed step by step all work well!!! Thanks

  • @victorromiux
    @victorromiux 7 месяцев назад

    Thank you for everything, greetings from Mexico City.

  • @ryanudatinya6253
    @ryanudatinya6253 3 года назад +3

    this was very informative and easy to understand. Thanks alot

  • @DavidAshby1
    @DavidAshby1 Год назад +8

    '%$input%' worked for me, rather than '{$input}%'. Thanks for the tutorial.

    • @erinc2001
      @erinc2001 7 месяцев назад +1

      I just wanted to add that only
      '%' . $input . '%'
      worked for me in case that helps anyone else! Thanks

  • @mehaksafdar5536
    @mehaksafdar5536 3 года назад +2

    bro i m trying my hard and its done 👍🏼

  • @codeGamerOfficial
    @codeGamerOfficial Год назад +1

    love it! everything clearly discribed.

  • @zlatkogurmesev1132
    @zlatkogurmesev1132 Год назад +1

    Fast and simple ... Other users make a talk show out of a simple project.. *****🎉

  • @Ahmadabbasi20
    @Ahmadabbasi20 7 месяцев назад

    Thank you Soo much am trying this since last some days

  • @BelaKun-y1s
    @BelaKun-y1s 3 месяца назад

    When type something in the input field and delete it with

  • @KhurramAziz-h4i
    @KhurramAziz-h4i 4 месяца назад

    Excellent ! I subscribed !!!

  • @muthurams4809
    @muthurams4809 Год назад +1

    Mam osam teaching ❤.... Mam please upload jQuery and php tutorial mam❤🙏

  • @ugurhurcan
    @ugurhurcan Год назад

    Hello, if we do this search with pdo instead of mysqli, what should we write mysqli_query, mysqli_num_rows , mysqli_fetch_assoc

  • @berndopoku-boadu3416
    @berndopoku-boadu3416 Год назад +1

    Hi thank you for the explanation. I'm trying to do this and allow one to edit and delete the data found from the search but it's not working. Can you help me?

    • @websitegeek7099
      @websitegeek7099  Год назад

      You have to apply jQuery again for the edit & delete option .. First you have to add the edit button on data found row and then after clicking on the edit button a jQuery code will execute to change all the found data into editable data . Then add the submit button & on clicking it again run the jQuery submit form code . To delete the record , add anchor tag with row's ID like this

  • @muratulusoy3639
    @muratulusoy3639 Год назад

    Thanks a lot. Very useful content.

  • @dogone1330
    @dogone1330 Год назад +1

    Thank you so much, you've been very helpful.

  • @eramperwez4617
    @eramperwez4617 3 года назад +1

    Thank you so much Ma'am😊😊😊

  • @epicosexio
    @epicosexio 8 месяцев назад

    So as long the thing is not empty, it will continue posting and display queried results..
    what if i want to to post even when it's empty for more consistency, so that i dont have to reload the page to get it working again

  • @lazybusylog5081
    @lazybusylog5081 2 года назад +3

    So easy, so informative, and for very short time!!! Awesome! You are one of the best developer! BTW, why we must use "Display NONE and DISPLAY BLOCK ? Anyway, thanks a lot!

    • @websitegeek7099
      @websitegeek7099  2 года назад

      Thanks:) .. Answer: If you will search any keyword and you will not use ($("#searchresult").css("display","none"); ) code, then it will remains on the screen even after clearing the search box. To remove the result after clearing the search box, i have used this code :($("#searchresult").css("display","none"); )

    • @lazybusylog5081
      @lazybusylog5081 2 года назад

      @@websitegeek7099 It is TRUE )) I checked... :) But I did not catch this... how does css("display", "block") work?

    • @websitegeek7099
      @websitegeek7099  2 года назад

      @@lazybusylog5081 display block makes the resulted div section visible after finding the result .. if any result not found then it will remain invisible

  • @tarunjaiswal914
    @tarunjaiswal914 2 года назад

    Very useful and informative video thanks for making it ....👌

  • @Rahimoff666
    @Rahimoff666 2 года назад +2

    Thank you so much for this video I liked your video .

  • @TejasAgarwal90
    @TejasAgarwal90 2 года назад +1

    How can select drop down value without using form or submit button and put it's value in MySQL query for data search? In php page.

  • @php.amateur9905
    @php.amateur9905 21 день назад

    Très simple et pratique

  • @aissoumonder3518
    @aissoumonder3518 Год назад

    Which extension do you use ?

  • @misiu475
    @misiu475 2 года назад +1

    The best tutorial... thank you

  • @MOhamedKhaled-se5mn
    @MOhamedKhaled-se5mn 2 года назад

    Thank you very much, this was helpful to me

  • @firtoshkumar2115
    @firtoshkumar2115 3 года назад +1

    Awesome ji hadd khubsurat

  • @hermesonfg
    @hermesonfg Год назад

    what version of mysql and php you used?

  • @khalidhalder7297
    @khalidhalder7297 2 года назад +1

    Thanks. It helped me a lot

  • @Ibrarhussain.official
    @Ibrarhussain.official Год назад +3

    Hello.. I Like your work. It's super cool.
    Can I get the source file? It will help me.

  • @sisaygame9550
    @sisaygame9550 2 года назад

    Hi
    It didnt work for me can you help me pls?
    i cant see any error when i run the program but when i write something in search input i didnt see any result.

  • @greesevijay4550
    @greesevijay4550 Год назад

    perfect Tutotrial Ever

  • @nikolabibercic5636
    @nikolabibercic5636 3 года назад +1

    Great tutorial!

  • @bestmovieclips3999
    @bestmovieclips3999 Год назад

    please help how to fix this , reload first before search again?

  • @ragnarocking
    @ragnarocking 2 года назад

    Would this be appropriate for a database with about 300,000 records, or would there be significant performance issues? Thanks

    • @ragnarocking
      @ragnarocking 2 года назад +1

      answered my own question. It works just fine with 300k records as long as the query that drives the text box's results is efficient.

  • @sagarkumar-ly8zq
    @sagarkumar-ly8zq Год назад

    if input empty no data shows ??

  • @writetermpapers
    @writetermpapers Год назад

    Really nice video.

  • @HollyDiver-pn2ep
    @HollyDiver-pn2ep 4 месяца назад

    the whole code stops after searching once, how do I stop it

  • @naykaneha9565
    @naykaneha9565 2 года назад

    Can i use thi code in my website??

  • @mazidulhoque4384
    @mazidulhoque4384 2 года назад +2

    please make a tutorial update any information of search data

  • @mxxxio
    @mxxxio 7 месяцев назад

    thank you very much for your effort! I am getting an 405 error (Method Not Allowed). Fk this CORS errors. What I have to do?:( Another question. I try to virtualize my html with an extension called live Server but probably thats also wrong. Can you give me a hint?

    • @mxxxio
      @mxxxio 7 месяцев назад

      Solution - Use XAMPP or WAMP or something like that

  • @nestonkaplid6531
    @nestonkaplid6531 Год назад

    Good work thank you.

  • @user-jy3ml3dn4f
    @user-jy3ml3dn4f 3 года назад +6

    Can you please share the source code

  • @BenKopec
    @BenKopec 2 года назад +1

    Very good! Thanks!

  • @edgarpione5916
    @edgarpione5916 2 года назад +1

    thank you or this very useful tutorial !!!

  • @tomaszt1397
    @tomaszt1397 Год назад

    What about sql injection?

  • @MukeshYadav-so1sz
    @MukeshYadav-so1sz 2 года назад +1

    Very Thanks!!! 😄

  • @TROUBLEA
    @TROUBLEA 2 года назад

    I have this error showing up : Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given
    Is it normal ?

    • @amboula5036
      @amboula5036 2 года назад

      you need to pass result as parameter like this mysqli_num_rows($result)

  • @AkashSharma-kx5xd
    @AkashSharma-kx5xd 11 месяцев назад +1

    This only gives me result once after that i have to refresh the page and again search it

    • @websitegeek7099
      @websitegeek7099  10 месяцев назад

      First step: check the jquery event , is it working properly means it is giving results or not.
      To check it: alert("hy"); after a keyup event like id already did in starting

    • @99danwil
      @99danwil 23 часа назад

      same trouble. it give result just once, then u have to refresh

  • @rexstrife143
    @rexstrife143 Год назад +1

    thank you i love you!

  • @Kun006
    @Kun006 2 года назад +2

    great thank you!

  • @shinvlog1126
    @shinvlog1126 2 года назад

    i see error i need to reload when i search again how to fix this

  • @kishandebbarma4235
    @kishandebbarma4235 Год назад

    how to make it case sensitive?

  • @Sofia-ilms
    @Sofia-ilms 8 месяцев назад

    The display wont clear once you clear the text box, the fix for that is to put the display block outside the if else statement, put that in the line of sample alert

    • @websitegeek7099
      @websitegeek7099  7 месяцев назад

      @@Sofia-ilms i am not able to get you ... Can you explain a little more?

  • @Terrific1v9
    @Terrific1v9 11 месяцев назад

    Thanks Jamal

  • @topguy1971
    @topguy1971 2 года назад +1

    mysqli_connect is outdated

  • @toyly2820
    @toyly2820 2 года назад +1

    Perfecto

  • @tusharrex9534
    @tusharrex9534 Год назад

    Helpful for me

  • @seleman-MW
    @seleman-MW 2 года назад

    Thank you🙏🏾

  • @rayenmansour-ru6bk
    @rayenmansour-ru6bk 2 года назад +1

    Good job !!! is there any source code for this project plz !!!

  • @irfanmughal2352
    @irfanmughal2352 2 года назад

    Amazing

  • @zidanrizky1580
    @zidanrizky1580 7 месяцев назад

    Thanks man

  • @gaveshbandara6012
    @gaveshbandara6012 2 года назад

    internet nedda?

  • @HealthWealth-to3vg
    @HealthWealth-to3vg 6 месяцев назад

    Nice

  • @EddyMedinaDesigner
    @EddyMedinaDesigner 2 года назад +1

    I need a more secure config file. But thanks a lot!

  • @MahdiMOhamadi-g8g
    @MahdiMOhamadi-g8g 10 месяцев назад

    Hello, it was great, but can you put the file in the download link?

  • @manjularathnayaka
    @manjularathnayaka 3 года назад

    I try this code but my live search.php not redirect .

  • @alikaalbright1422
    @alikaalbright1422 2 года назад

    How do I get the source code

  • @muthurams4809
    @muthurams4809 Год назад +1

    Mam please php web development tutorial ❤

  • @orlinchirinos1981
    @orlinchirinos1981 Год назад

    I want to get the source code for this

  • @rbaby4307
    @rbaby4307 2 года назад

    Super

  • @marcioinumaru5586
    @marcioinumaru5586 Год назад

    Please provide the code...
    Thanks

  • @erhansarici9213
    @erhansarici9213 Год назад

    hahahaha i didnt wait last minute from your video and im trying maybe in 1 hours " delete in input why againg not coming the name why nothing " hahahaha omg because i didnt add in if display:block; !!

  • @nadirlaouar8376
    @nadirlaouar8376 2 года назад

    may I have the source code please ?

  • @kaitoukidmlbb
    @kaitoukidmlbb 3 года назад +1

    File pls. 😭😭😭

  • @يحيىالقانوع-ث9ش
    @يحيىالقانوع-ث9ش 2 года назад

    رائع

  • @lincyarokeiyamary3161
    @lincyarokeiyamary3161 Год назад +1

    Source code pls

  • @bolajiteslim9408
    @bolajiteslim9408 2 года назад +1

    source code pls

  • @khalidsiyal9266
    @khalidsiyal9266 3 года назад

    Source code plz?

  • @kingmega8730
    @kingmega8730 2 года назад

    Source

  • @0scaar247
    @0scaar247 2 года назад +1

    Emit089 thanks man

  • @Malus.m
    @Malus.m 2 года назад

    i see error i need to reload when i search again how to fix this

  • @sunilweerasinghe
    @sunilweerasinghe 2 месяца назад

    Super

  • @rakibahsan6786
    @rakibahsan6786 Год назад

    source code please