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!
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.
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
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?
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
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!
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 display block makes the resulted div section visible after finding the result .. if any result not found then it will remain invisible
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.
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
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?
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
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; !!
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!
Thank you so much for your appreciation :)
Best soft soft tutorial for beginners on TH-cam! I'm an absolute beginner and all the other tutorials I've found on TH-cam have been so
Thanks :)
Very simple and very useful with great explanation. Thanks from,KOLKATA, India
i like the fact you have the text to speach explain while coding, make it easier to understand why you write something.
'%$input%' worked for me, rather than '{$input}%'. Thanks for the tutorial.
I just wanted to add that only
'%' . $input . '%'
worked for me in case that helps anyone else! Thanks
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.
Thank you :)
Thank you so much. I solve my terrible problem after watching your video. You explain very well
Thanks :)
Yoo tnx dude, everytNice tutorialng works. I LIKE IT
Thank you :)
arguably the best tutorial on TH-cam.
Thanks :)
Awesome!!! I followed step by step all work well!!! Thanks
Thanks:)
Source code pls
tysm! but i need to reload when i want to search again, how can i do it to fix that?
Have you found the answer?
We're the same problem here.. It need to reload or refresh the page.
@@imadasly5857 same to me.did you find a solution?
love it! everything clearly discribed.
Thanks :)
bro i m trying my hard and its done 👍🏼
When type something in the input field and delete it with
Thank you for everything, greetings from Mexico City.
@@victorromiux Thank you so much
Fast and simple ... Other users make a talk show out of a simple project.. *****🎉
Thanks
Ohhh gosh super simple and you also given us some extra knowledge
So for that thank you 😊😊
Thanks:)
this was very informative and easy to understand. Thanks alot
Thanks:)
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
Thank you so much, you've been very helpful.
Thanks :)
Thank you Soo much am trying this since last some days
Thank you so much for this video I liked your video .
Thanks :)
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.
Mam osam teaching ❤.... Mam please upload jQuery and php tutorial mam❤🙏
Beginners video?
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?
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
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!
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"); )
@@websitegeek7099 It is TRUE )) I checked... :) But I did not catch this... how does css("display", "block") work?
@@lazybusylog5081 display block makes the resulted div section visible after finding the result .. if any result not found then it will remain invisible
Hello, if we do this search with pdo instead of mysqli, what should we write mysqli_query, mysqli_num_rows , mysqli_fetch_assoc
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.
Thanks a lot. Very useful content.
Thank you so much Ma'am😊😊😊
Thanks. It helped me a lot
Thanks :)
Can you please share the source code
The best tutorial... thank you
Thanks :)
please help how to fix this , reload first before search again?
Which extension do you use ?
Excellent ! I subscribed !!!
Very useful and informative video thanks for making it ....👌
Thanks :)
Thank you very much, this was helpful to me
if input empty no data shows ??
perfect Tutotrial Ever
Thanks :)
i see error i need to reload when i search again how to fix this
Hello.. I Like your work. It's super cool.
Can I get the source file? It will help me.
what version of mysql and php you used?
mysqli & php version : 8
please make a tutorial update any information of search data
Can i use thi code in my website??
the whole code stops after searching once, how do I stop it
What about sql injection?
I have this error showing up : Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given
Is it normal ?
you need to pass result as parameter like this mysqli_num_rows($result)
thank you or this very useful tutorial !!!
Thanks :)
how to make it case sensitive?
mysqli_connect is outdated
Would this be appropriate for a database with about 300,000 records, or would there be significant performance issues? Thanks
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.
Great tutorial!
Thanks :)
Really nice video.
Thanks for the appreciation :)
This only gives me result once after that i have to refresh the page and again search it
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
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?
Solution - Use XAMPP or WAMP or something like that
Very Thanks!!! 😄
:)
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
@@Sofia-ilms i am not able to get you ... Can you explain a little more?
thank you i love you!
Thanks :)
Very good! Thanks!
Thanks:)
Good work thank you.
Awesome ji hadd khubsurat
great thank you!
Thanks :)
Good job !!! is there any source code for this project plz !!!
I try this code but my live search.php not redirect .
Please check your jQuery code
I want to get the source code for this
How do I get the source code
I need a more secure config file. But thanks a lot!
Thanks man
Hello, it was great, but can you put the file in the download link?
Thank you🙏🏾
File pls. 😭😭😭
internet nedda?
Helpful for me
Thanks Jamal
Please provide the code...
Thanks
Perfecto
Mam please php web development tutorial ❤
Thanks
Beginners?
Wonderful, well done....and the sound is very wonderful.... with the search with the multiplicity of pages
may I have the source code please ?
Amazing
Nice
Source code pls
source code pls
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; !!
Source code plz?
Super
Source
رائع
Thanks :)
Emit089 thanks man
Thanks :)
i see error i need to reload when i search again how to fix this
yeahh, me too, are you fixed it?
@@fivesauceftbananas8319 yeees bro
@@Malus.m where's the problem can you share it?
@@definitelynotpochita5653 watch till the end
how to fix?
Super
source code please