Php : How To Search And Filter Data In Html Table Using Php And MySQL Database [ with source code ]

preview_player
Показать описание
How To Find Data In MySQL Database And Display It In Html Table Using Php

--------- Check Out More PHP Projects! ---------

-----------------------

if you want to support our work, consider supporting the channel with a coffee!

Share This Video:

In this Php Tutorial You will see How You Can Make Search Input Text And Show Data With Input Text Value In Html Table Using MySQL Database And Php .

I Use In This Tutorial:
- NetBeans IDE .
- XAMPP .
- PhpMyAdmin .

Others Tutorials :

Get Select Option Value From MySQL Database Using Php

How To Populate Html Table From MySQL Database Using Php

How To Use Mysqli Num Rows In Php

How To Use Pdo Row Count In Php

Insert Update Delete Search Data In MySQL Database Using Php Part1

Check Out This:
Top Programming Courses On Udemy

------------ COURSES YOU MAY LIKE ------------

Рекомендации по теме
Комментарии
Автор

7 years passed and it is 2023 this code still works thank you

Cael
Автор

I know this video is old, but this video helped me a lot today. Clear and simple explanation. Thanks a lot Csharp blog.

logashanmugam
Автор

I'm new to PHP and this helped me and my groupmates a lot. No idea that a video this old will help us so much! Thank you so much!

serranoaaronjamesv.
Автор

I did not try the code on my project yet, but I can say you are a genius 1BestCsharp blog. Codes are simple and easy to understand. I like tutorial that is straight to the point rather than mumbling a lot. A good tutorial does not need audio if the visual explanation is good enough. Thanks and thumbs up again for a good tutorial like this..Please do more tutorial like this for the benefit of everyone..

dannyyeoh
Автор

Thank you so much! One slight suggestion is on CONCAT - if we want to avoid search results "ab" where a and b come from 2 adjacent columns, we better use seperate LIKE...OR.. for each column.

ConanY
Автор

Awesome! Thank you for your work. Mine worked with this change for the first query.
"SELECT * FROM tablename WHERE columnname LIKE '%$valueToSearch%'"

tadashikonno
Автор

thank you so much it really helped me in doing my task to get job thanks a lot :)

soumyasingh
Автор

All Good
If you are facing any issues regarding mysqli_fetch_array(),
just remove the single quote from the query you are using
e-g "SELECT 'patient_id', 'fname, lname', 'gender', 'dob', 'address' from patient ";
TO
"SELECT patient_id, fname, lname, gender, dob, address from patient ";

AwaisAli-jycj
Автор

thanks you so much brother..! after watching thousands of videos this is the best one

kasunmadusanka
Автор

for those people who has problems on mysqli_fetch_array() just add <form action="" and don't forget the CONCAT on the sql statement.

anonoya
Автор

thanks man! exactly what i am looking for !

Jaczer
Автор

thanks a lot, it helps me a lot... appreciate it a lot... god bless you :)

abdulkohhar
Автор

Great video! helped me alot! had errors with my code but was able to figure out the necessary steps.

ltilluck
Автор

very very thank you so much sir....! really nice and helpful video.

salmanshah
Автор

This video really.... very helpful for Thk U

bhuvaneswariraj
Автор

ty bro, guys i reccomend copy paste it from his description for no mistakes :)

zjiojfdso
Автор

Hey, on 4:29 min, on line 46. the <?php endwhile;?> i am getting an error while i did a good copy of yours. what is wrong? this is preventing me of viewing the list

lucious
Автор

it works perfect for me! thank you so much for this tutorial!

inahcastro
Автор

Thank you very much! This video is a great help

sarahdenise
Автор

This is very helpful... May I know what is the IDE you are using to run PHP?

maestroandoy