Тёмный

Create a Search Box & Pagination in PHP using DataTable. 

Funda Of Web IT
Подписаться 64 тыс.
Просмотров 87 тыс.
50% 1

Here.. in this video, I am using DataTable to create search box.
Search BOX is done where you can search the data from your designed table which is retrieved from the Database and you can manage your Data with Pagination.
Playlist: PHP CRUD-Bootstrap MODAL
• PHP-CRUD (Bootstrap MO...
Part 1: Insert Data using Bootstrap MODAL
• PHP CRUD: Bootstrap Mo...
Part 2: Fetch Data using Bootstrap Table
• PHP CRUD: Bootstrap Mo...
Part 3: Edit and Update Data using Bootstrap MODAL
• PHP CRUD: Bootstrap Mo...
Part 4: Delete Data using Bootstrap MODAL
• PHP CRUD: Bootstrap Mo...
Part 5: Search BOX and Pagination using DataTables
• Create a Search Box & ...

Опубликовано:

 

6 фев 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 103   
@nursabrina409
@nursabrina409 3 года назад
Thank you, finally I can add a search function to my web project.
@aryanchauhan9786
@aryanchauhan9786 3 года назад
thank you so much sir your videos have saved me. Love from Singapore.
@arjundixit5982
@arjundixit5982 3 года назад
Sir thank you so much...Aap ne bhut help ki Hain really it's very good video Dil se thanks Aap ko 🙏💗😊
@glendydesabille3977
@glendydesabille3977 3 года назад
Thank u, i've been searching for this :)
@MuhammadNaeem-ci2df
@MuhammadNaeem-ci2df 6 месяцев назад
Great Job, Well-done for the whole series.
@ianparsons4519
@ianparsons4519 3 года назад
Excellent tutorial Thank you, I worked out how to get the search and pagination working by moving the PHP code inside the table but the edit and delete buttons only work on the first page of 10 records, would this be something you could help me with. Thanks again for a great tutorial.
@johnchintall9118
@johnchintall9118 3 года назад
Hello, The search function and pagination is not working! Is the source code available to ensure my code is correct?
@rahul_thakur__
@rahul_thakur__ 3 года назад
Thanks sir t works. if anyone's not working then please a proper table tag with all table tags and also with equal no. of th and td .
@akhilmangalan555
@akhilmangalan555 4 года назад
Got the search solution.. Place your php query inside Before place the for each loop And end the " { " after but just before... Tankyou
@mahdiceddo4205
@mahdiceddo4205 4 года назад
HO MYY GODD MAASHAA ALLAH Dude it works!!!! YOU SAVED MY LIFE HOOO MAAAAAAAN !!!
@akbaradriansyah664
@akbaradriansyah664 4 года назад
thanks brother
@tomtisti5464
@tomtisti5464 3 года назад
@Salman Mohammed just have to move the at line 190 like that : "... ..." Source code is in description of this video : Part 2: Fetch Data using Bootstrap Table
@davebudah
@davebudah 3 года назад
@@tomtisti5464 you are the man.
@lizardcute3935
@lizardcute3935 3 года назад
tq very much
@pathumkumara4696
@pathumkumara4696 4 года назад
great explanations sir.i cant see next search video can you put it
@ermiasgetu173
@ermiasgetu173 3 года назад
tank you Funda Of Web IT!
@ShoaibxDofficial
@ShoaibxDofficial Год назад
*Is there any video. Assign subject to student or assign subjet to teacher. Or show attendace % to student dashboard. Or multi dashboard videos. For admin teacher and std???*
@kaithepallisreenivas8328
@kaithepallisreenivas8328 4 года назад
heyy bro....the search box is not working properly....will u plss provide any alternative for that...
@dstar2211
@dstar2211 4 года назад
front end site .. how. to add search box and paggination in div .???
@andrewp1426
@andrewp1426 2 года назад
BEST!!!
@rajdeepdatta1297
@rajdeepdatta1297 5 лет назад
the datatable is working fine with normal table....but when i am applying it on a dynamic table(fetching data from database) it is not working... my table is a bit complex with several conditions and data from different database.
@eliuespinoza4016
@eliuespinoza4016 5 лет назад
I have the same issue. Do you if this fixable?
@pari5931
@pari5931 3 года назад
Well done
@jjfunvideos2147
@jjfunvideos2147 3 года назад
How to put search box and paging datatables in admin panel part?
@fideleimaragodet4243
@fideleimaragodet4243 2 года назад
Thx bro
@AndreLuiz-ln5bm
@AndreLuiz-ln5bm 4 года назад
Could you help me again. I have an error in pagination (appears more than 10 records per page and below does not work to change pages) and in the field search type the word and do not search what I type. And I would like to lock it to display only 10 records per page). Thanks a lot if you can help.
@FundaOfWebIT
@FundaOfWebIT 4 года назад
Goto : datatables.net/
@shimayousif5588
@shimayousif5588 Год назад
Can it will work properly in any live server?
@wiwiyn__85
@wiwiyn__85 2 года назад
mine for the datatables has appeared, but when looking for data in the Search data section the name I am looking for does not appear.. that's why, can someone help me🥺🥺
@cinematicgamex8840
@cinematicgamex8840 4 года назад
this code is not working at all
@kaithepallisreenivas8328
@kaithepallisreenivas8328 4 года назад
i am not getting the desired output..
@The_Magic_world2880
@The_Magic_world2880 2 года назад
Sir app is web ka bata sakte hai kese banae.. (Despatch & receiving system in web using php,mySql )
@shahabkhan8794
@shahabkhan8794 3 года назад
please provide this file. I have issue in setting the links there please
@radiochaabidialna
@radiochaabidialna Год назад
Hello good Works, but it missing display.php ?? Thank you
@haider0315
@haider0315 3 года назад
Thank you professor for the explanation Professor, can you help me. I completed the deletion and modification process, but the search process did not work for me, yet I applied the lesson with you
@davebudah
@davebudah 3 года назад
He did show the complete process but here is the trick move your foreach(query_run) into the tbody but not in the tr, do the same for the closing code of the foreach, and all will be sorted
@haider0315
@haider0315 3 года назад
@@davebudah I did not understand you ! Could you give me the code please please
@davebudah
@davebudah 3 года назад
give me your email address i will send the working code
@haider0315
@haider0315 3 года назад
@@davebudah hadoor54@gmail.com Thank you ❤️
@davebudah
@davebudah 3 года назад
I have sent the code you can check
@kisho2679
@kisho2679 2 года назад
someone knows how PHP with PostgreSQL?
@rizayanazhartambunan7742
@rizayanazhartambunan7742 Год назад
Ok
@syakiradham5577
@syakiradham5577 3 года назад
hello sir, my pagination and search box didn't working >.
@parthdoshi9209
@parthdoshi9209 2 года назад
Same here
@user-et9rq8po4g
@user-et9rq8po4g 4 года назад
where i can download the source code
@parthdoshi9209
@parthdoshi9209 2 года назад
From description
@kisho2679
@kisho2679 6 месяцев назад
how could a row data be duplicated (copied) just to be edited (updated) for a new entry?
@FundaOfWebIT
@FundaOfWebIT 6 месяцев назад
There are many ways to achieve this. As you said that you can do that also. Just just create a checkbox in edit form, so when you click update to update the data, then check in your code if the checkbox is checked, created a new record else update the record.
@sahalplays2
@sahalplays2 5 лет назад
bro pls send me code
@tomtisti5464
@tomtisti5464 3 года назад
In the description of video : Part 2: Fetch Data using Bootstrap Table
@vanrajkhunti8106
@vanrajkhunti8106 4 года назад
Plz give source code ......it will help for us to find mistek.........
@babo_web_developer7527
@babo_web_developer7527 2 года назад
how to use dwonload CDN
@iammo7889
@iammo7889 2 года назад
Please someone tell me why it doesn't working
@bluepisces86
@bluepisces86 3 года назад
Can you fix the bug for the next 10 records to be edited? Thanks a lot...
@FundaOfWebIT
@FundaOfWebIT 3 года назад
$(document).on('click', '.edit_btn', function (){ //your code });
@thanadolwianglo3900
@thanadolwianglo3900 3 года назад
@@FundaOfWebIT thank
@parthapaul5241
@parthapaul5241 4 года назад
edit button does not work after clicking next button of datatable.
@nojemicske
@nojemicske 4 года назад
same here, did you find a solution ?
@mariyuuuuh2185
@mariyuuuuh2185 3 года назад
same problem here
@joshvalencia2403
@joshvalencia2403 3 года назад
Sir i have an error , the page 1 is seems right , but when you click the 2nd page of data , the delete button cannot click . It didnt show the modal and it cant delete the data in 2nd page. Please help Sir.
@FundaOfWebIT
@FundaOfWebIT 3 года назад
$(document).on('click', '.yourclassbtn', function () { //your code });
@joshvalencia2403
@joshvalencia2403 3 года назад
@@FundaOfWebIT Thank you Sir .
@parthapaul5241
@parthapaul5241 3 года назад
@@FundaOfWebIT Thank you sir. Now it is working.
@lalitmohan6690
@lalitmohan6690 2 года назад
Can you please share the source code
@MohamedNajathi
@MohamedNajathi 5 лет назад
10:43 search option doesn't work properly
@ibrahimsherif3261
@ibrahimsherif3261 4 года назад
did you find a solution for that ?
@MohamedNajathi
@MohamedNajathi 4 года назад
@@ibrahimsherif3261 yes. I found another solution. It works fine for me.
@JOHN-mq4pp
@JOHN-mq4pp 4 года назад
@@MohamedNajathi bro where can i found the solution for it.... Can u pls share your code.
@hamzaliaqat9259
@hamzaliaqat9259 5 лет назад
I've tried everything ... I can not activate paging or search. Can you help me?
@FundaOfWebIT
@FundaOfWebIT 5 лет назад
To make pagination and search by datatable plugin.. 1. goto www.datatable.net cdn link.. (css, jQuery) copy n paste. jquery.min.js datatable.min.js 2. 3. Write the datatable function script in jQuery. So... there is a demo.. given in datatable.net .. how to use script for this.. to display it.
@hamzaliaqat9259
@hamzaliaqat9259 5 лет назад
@@FundaOfWebIT thanks a lot for your reply,sir when i search it always show 'No matching records found' and pagination is also not working properly, please make a complete tutorial on bootstrap datatable with export buttons,
@MrRonald123457
@MrRonald123457 5 лет назад
@@hamzaliaqat9259 I'm having the same problem, did you solve it already?
@claudiofuentes9880
@claudiofuentes9880 3 года назад
@@MrRonald123457 same problem
@TheKayanadam
@TheKayanadam 4 года назад
INDIAN
@laibaiqbal3784
@laibaiqbal3784 3 года назад
why youtubers teachers not add source code in description box :/
@eliuespinoza4016
@eliuespinoza4016 5 лет назад
8:19 Showing 1 to 1 of 1 entries... But there are 2 entries
@rejoyjohny
@rejoyjohny 3 года назад
Correct. If we give 2 in search data, it will come ' no data found'
@tuvshin666
@tuvshin666 Год назад
remove tbody tag from ur table and its ok
@francisloui9132
@francisloui9132 Год назад
@@tuvshin666 Thanks bro you
@arthurturingan6113
@arthurturingan6113 4 года назад
bro code pleaseeeeee thx
@ritikkhatana5105
@ritikkhatana5105 4 года назад
Share code please
@binayakreddy1124
@binayakreddy1124 3 года назад
source code?
@danieljinabordo9746
@danieljinabordo9746 2 года назад
not working
@timemmanson8350
@timemmanson8350 3 года назад
Useless. No Source Code
@crack4youofficial
@crack4youofficial Год назад
Is there any video. Assign subject to student or assign subjet to teacher. Or show attendace % to student dashboard. Or multi dashboard videos. For admin teacher and std???
Далее
Creating a simple pagination using php and mysql
15:57
Create a Data Table in Bootstrap 5
6:59
Просмотров 106 тыс.
Create Pagination in PHP and MySQL
15:23
Просмотров 150 тыс.
#13. Adding Pagination using PHP and MySQL database.
27:33
Pagination in Php with Next and Previous Button
27:26