PHP Ajax Load More Pagination Tutorial in Hindi / Urdu

  Рет қаралды 29,288

Yahoo Baba

Yahoo Baba

Күн бұрын

Пікірлер: 101
@nontechbg
@nontechbg 2 жыл бұрын
Its revision time watching all videos again and again 😀
@nontechbg
@nontechbg 4 жыл бұрын
I am watching all videos again and again thankyou👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍
@YahooBaba
@YahooBaba 4 жыл бұрын
Most welcome 😊
@shubharani7529
@shubharani7529 6 ай бұрын
such a very helpfull contents
@mihirpatel6758
@mihirpatel6758 2 жыл бұрын
@yahoo Baba: Sir, currently are you working on any other playlist ? can you suggest me best playlist to learn React Js or Angular Js like yours php playlist ,how you teach and cover every useful thing.
@mohammadrasel7612
@mohammadrasel7612 2 жыл бұрын
thank you so much bhai
@prarthanasharma6954
@prarthanasharma6954 2 жыл бұрын
big thumbs up thank u sir
@shaikhahmad1019
@shaikhahmad1019 4 жыл бұрын
sir, will you create ajax video using vanilla javascript or not? and thanks for these awesome videos❤️❤️
@umerfarooq3121
@umerfarooq3121 3 жыл бұрын
If you're facing problem while loading new record after clicking on "Load More Button" just add these lines $serialNo = $page + 1; // Add this line before if statement $last_id = $serialNo; // Add this line inside the while loop as shown in the video $serialNo++; // Also add this line in while loop at the end It'll be solved ;)) Thank you.
@supratimpathak1110
@supratimpathak1110 3 жыл бұрын
this does not solve the problem //code for auto rearrange the column id values // Set @autoid :=0; update emp set id=@autoid := (@autoid+1); ALTER TABLE emp AUTO_INCREMENT=1;
@akashmathpal4486
@akashmathpal4486 3 жыл бұрын
Thanks Umar it was really helpful..
@ShubhamSingh-dz2wy
@ShubhamSingh-dz2wy 2 жыл бұрын
it's work thankyou sir
@mahadumair1162
@mahadumair1162 Жыл бұрын
Thanks that work still after 2 year
@chetanshrivastava3762
@chetanshrivastava3762 3 жыл бұрын
Very nice explanation
@YahooBaba
@YahooBaba 3 жыл бұрын
Thanks and welcome
@muhammadbilalhussain4279
@muhammadbilalhussain4279 4 жыл бұрын
Love u sir
@SonuKumar-jy8iv
@SonuKumar-jy8iv 4 жыл бұрын
Jabardast👍👍👍
@YahooBaba
@YahooBaba 4 жыл бұрын
Thanks :)
@SonuKumar-jy8iv
@SonuKumar-jy8iv 4 жыл бұрын
@@YahooBaba thanks for reply
@sidaldar5552
@sidaldar5552 4 жыл бұрын
Awesome bro
@bikram5563
@bikram5563 4 жыл бұрын
Please a make a playlist about how to create templates for blogger
@anand__346
@anand__346 3 жыл бұрын
sir in this tutorial if the id of student is not in the series then it'll not works properly like if sequence of id is 12,26,30,32,34....... in the place of 1,2,3,4,5 then it'll not works properly ???
@anjeshravi8
@anjeshravi8 4 жыл бұрын
Sir ajax with json ka bhi video aayega??🤔🤔🤔
@YahooBaba
@YahooBaba 4 жыл бұрын
Yes after 2 more videos i will start Json videos.
@rajnishbhai
@rajnishbhai 4 жыл бұрын
@@YahooBaba 😍
@shakhawathossainshihab7998
@shakhawathossainshihab7998 4 жыл бұрын
Sir, I have deleted some records from table. (the ids are now 2, 3, 6 ,8, 9, 10,11,13,15,16 ... ... ) As a result the "load more" operation is not showing few records .. what can I do now???
@SameerShah-s3o
@SameerShah-s3o 10 ай бұрын
please try again and see again this code i think some wrong enter the code. sorry.
@hackerwhite7957
@hackerwhite7957 4 жыл бұрын
bhai maja aagaya
@YahooBaba
@YahooBaba 4 жыл бұрын
Great :)
@imjhassan2822
@imjhassan2822 4 жыл бұрын
A. O. A bro ❤️. Bro database min id auto increment hoti or jb record delete krte hein to id ki numbering sequence min ni ati to please id numbering sequence min lane ka method bta dein please? Hope so apko Question smj aa gia ho ga. Advance thanks ❤️ ❤️ from 🇵🇰 🇵🇰..
@YahooBaba
@YahooBaba 4 жыл бұрын
Uske liye SQL ki ALTER command use hoti hai. Sequence Number ko kaise theekh karna hai ispar maine already video banayi hue hai MySQL course mein aap ja kar ALTER command wali video check kijiye.
@CodeWithRai
@CodeWithRai 3 жыл бұрын
Alter ki command na bhi use kro to $offset = ($page) * $limit; yeh formaula use kro jahan $page use kr rahay wahan ab offset lgao yeh formula else kay baad main calculate kr lo.
@imjhassan2822
@imjhassan2822 3 жыл бұрын
@@CodeWithRai thanks bro
@shahniyalrajpoot6014
@shahniyalrajpoot6014 2 жыл бұрын
@@CodeWithRai us sy simple yeh hai k $last_id=mysqli_num_rows($results); asy krlo .. jitni b row hongi wo last id k variable ma ajay gi jb b ap load more py click kro gy..
@kajalodedra8228
@kajalodedra8228 4 жыл бұрын
sir ,sublime me extension konsa use kr rahe hai app?
@dhawalparmar7117
@dhawalparmar7117 3 жыл бұрын
Sir what if our id(primary key) is not in sequence. Then what would be our page_no to be set.?
@kaustavmukherjee4050
@kaustavmukherjee4050 3 жыл бұрын
Sir This is very nice video. I really love and appreciate your work. But I have a problem in load more pagination with delete button. When I delete a element from a table then load more table not work properly. Sir please kindly give me a suggestion. Thank you sir ❤️❤️❤️ // Delete records $(document).on("click",'.btn.btn-danger',function() { if(confirm("Do you really want to delete this record?")) { var studentId = $(this).data('sid'); var element = this; $.ajax({ url:"ajax-delete.php", type:"POST", data:{id:studentId}, success:function(data) { if(data == 1) { $(element).closest("tr").fadeOut(); } } }); } });
@nitinnamdev5627
@nitinnamdev5627 4 жыл бұрын
Thanks u sir
@YahooBaba
@YahooBaba 4 жыл бұрын
Welcome
@m.1shfaq
@m.1shfaq 10 ай бұрын
I cannot use order by id desc in query with pagination. Is there any way to use it
@zainabbas8014
@zainabbas8014 4 жыл бұрын
Sir php se File kese Download kre
@abhimanyuarora6377
@abhimanyuarora6377 2 жыл бұрын
@yahoobaba Hello sir your tutorial are amazing I want to lear more about laravel and magento please make videos on it
@YahooBaba
@YahooBaba 2 жыл бұрын
Laravel course is coming soon.
@abhimanyuarora6377
@abhimanyuarora6377 2 жыл бұрын
Badly waiting for that
@Neerajkumar-sj5lp
@Neerajkumar-sj5lp 4 ай бұрын
Id sequence change will create pbm, if id becomes like 7, 8 10, 12, 15 etc
@YahooBaba
@YahooBaba 4 ай бұрын
In real project we don't show database tables's Id. We use our own variable and we increment it, as I showed in "News Blog" project in PHP course.
@fixbug3327
@fixbug3327 4 жыл бұрын
Sir i have tried for scroll pagination. But i faild. Can u kindly make a video on pagination like fb. KZbin has
@humanbeing9106
@humanbeing9106 4 жыл бұрын
sir awsome sir onscroll me ajax request bhi banado jo
@YahooBaba
@YahooBaba 4 жыл бұрын
yes sure :)
@adeelanjum8880
@adeelanjum8880 3 жыл бұрын
Sir please try to provide simple frontend files without php code along with php code files.
@YahooBaba
@YahooBaba 3 жыл бұрын
You can download this complete project from our website.
@muhammadbilalhussain4279
@muhammadbilalhussain4279 4 жыл бұрын
Sir larvel kab start hoga
@YahooBaba
@YahooBaba 4 жыл бұрын
After completing PHP course and Codeigniter.
@robitops1547
@robitops1547 4 жыл бұрын
cool
@hindustan1858
@hindustan1858 4 жыл бұрын
Sir function loadtable (page) me page me value kha se aari..ye btao sir plz
@YahooBaba
@YahooBaba 4 жыл бұрын
Iss wale function se : $(document).on("click","#ajaxbtn",function(){ $("#ajaxbtn").html("Loading..."); var pid = $(this).data("id"); loadTable(pid); }); Please video ko dhyan se dekhiye.
@sagar3861
@sagar3861 4 жыл бұрын
or jisko bhi error ara h bhai loog apni table sahi karo sir ka code sahi ha ekdum table ke auto increment ke wagah sa issue ha
@gaurav27496
@gaurav27496 4 жыл бұрын
agar bich me se koi data delete karde to ye kaam nahi karega. kyu ki tab id series me nahi rahegi. iska koi solution?
@YahooBaba
@YahooBaba 4 жыл бұрын
Use one extra variable for calculation in Pagination.
@sebich-7131
@sebich-7131 4 жыл бұрын
bro mera delete id wla problem hal ni howa bai jb data insert ho jata ha tb delete btn pe click kru to id show hoti ha jse m page refresh kru tb delete btn pe kuch ni show hota wo bta de kyu hota ha
@YahooBaba
@YahooBaba 4 жыл бұрын
Kya aap Ajax se delete kar rahe ho ?
@sebich-7131
@sebich-7131 4 жыл бұрын
first m alert krwa rha hu
@sebich-7131
@sebich-7131 4 жыл бұрын
abi ajax se b kia but ni howa ajax code: $(document).on('click', '.delete-btn', function(event) { var studentId = $(this).data("id"); var del = this; $.ajax({ url : "ajax-delete.php", type : "POST", data : {studentId: id}, success : function(data){ if (data == 1) { $(del).closest("tr").fadeOut(); } else{ $("#error").html("Can't Delete Record!").slideDown(); $("#success").slideUp(); } } }) });
@sebich-7131
@sebich-7131 4 жыл бұрын
Delete ese id le ha jse ap ne le thi
@YahooBaba
@YahooBaba 4 жыл бұрын
Dear aap iska complete code humari website se download karlejiye aur compare karke dekhiye.
@riazahmadshigri8814
@riazahmadshigri8814 4 жыл бұрын
it shows every col-md-3 data in seperate row in bootstrape 4 but wroks as desired in bootstrape 3 please make it to work with bootstrape 4
@newideasytsupport2493
@newideasytsupport2493 3 жыл бұрын
Sir, but it is not working on server , php file send another file with response like header, footer php file
@YahooBaba
@YahooBaba 3 жыл бұрын
Can you send me the URL where it is not working ?
@mmk_youtuber
@mmk_youtuber 4 жыл бұрын
sir agar mein start mein 59 records delete karloon then my database id will start from 60 it means my page number or last id will be 60 so it will offset 60 records but if i have 20 in database then only 5 records will show by page loading and after by button click it will not show a record what is the solution for that
@YahooBaba
@YahooBaba 4 жыл бұрын
Use Alter command for that ...see this video : kzbin.info/www/bejne/qZm9ioV_idCMhs0 ALTER TABLE-Name AUTO_INCREMENT START-NUMBER; ALTER students AUTO_INCREMENT 5;
@mmk_youtuber
@mmk_youtuber 4 жыл бұрын
@@YahooBaba Thank you sir ur videos are awesome
@mdmayinuddin138
@mdmayinuddin138 4 жыл бұрын
If id serial break (such as id number 1,3 5,6,7,8) then this system will not work.
@YahooBaba
@YahooBaba 4 жыл бұрын
FOr that you have to take another variable for calculation.. soon in 2 days i will update this video code and you can download it from our website.
@dhvanilpatel6285
@dhvanilpatel6285 4 жыл бұрын
@@YahooBaba sir send code link
@ashokmehta790
@ashokmehta790 4 жыл бұрын
same prblm here
@ashokmehta790
@ashokmehta790 4 жыл бұрын
@@YahooBaba sir did you make video
@saikatnaskar5047
@saikatnaskar5047 5 ай бұрын
sir load more button click karneme vi next data nehi arahahe
@YahooBaba
@YahooBaba 5 ай бұрын
Browser Console mein check karo kay koi error show ho rha hai ?
@saikatnaskar5047
@saikatnaskar5047 5 ай бұрын
@@YahooBaba console me first 5 data show honeke bad finished ho ja rahahe baki data nehi arahahe
@pankajpawar2858
@pankajpawar2858 4 жыл бұрын
Not Working, Becoz this is based on id column in database and offset is working based on table data index. id in my id column starting from 81 to 103. and this example not working. becoz for when i pass 81 in $page (offset) then it not load any records. becoz it not found any index 81 in table. cause there is only twenty records, index 1-20 is available. when i pass 1 to 20 any digit in $page. it loads records. for ex when i pass 3 it loads records from 84 to page limit. So what is the solution for this.
@pankajpawar2858
@pankajpawar2858 4 жыл бұрын
i made it , i passed pageno += 5; when load more button click from jquery. And in php side pass this pageno in offset. Please correct this mistake in your tutorial.... there is no need to pass userid on button in data attribute with button click. anyway, Your tutorials are Good.
@anishmanhas2498
@anishmanhas2498 4 жыл бұрын
sir id break ho rahi tab ye work ni kar raha
@nontechbg
@nontechbg 2 жыл бұрын
Today is 22 6 2022
@anjeshravi8
@anjeshravi8 4 жыл бұрын
👌👌👌👌👌👌👌👌👌👌👍👍👌👌
@aishwaryabhosale2914
@aishwaryabhosale2914 4 жыл бұрын
I m trying to login but i cant
@YahooBaba
@YahooBaba 4 жыл бұрын
What is the exact problem and what is your email id which u uses at a time of login ?
@humanbeing9106
@humanbeing9106 4 жыл бұрын
sir you are misguiding the student
@YahooBaba
@YahooBaba 4 жыл бұрын
Haha Dear you are getting error in your program and you are saying I am misguiding the students.... Hahahaha.
@humanbeing9106
@humanbeing9106 4 жыл бұрын
@@YahooBaba sir aap has kyu rahe ho we r your student
@YahooBaba
@YahooBaba 4 жыл бұрын
@@humanbeing9106 If you feels that you are my student then why are u using negative words like "misguiding". Dear main toh aapko free mein hee lecture de rha hun aur aapke problems ko sort out bhi kar rha hun toh jo kuch aapko bhi puchna hai wo ek Ache tareeke se puchiye.
@humanbeing9106
@humanbeing9106 4 жыл бұрын
@@YahooBaba sorry sir my intention was not to hurt u but u know sir apne register pe aaka naam lika hai guru shri yahoo baba mahadev ki kasam but agar app hee hame iss error se bahar nhe nikaalo ge toh future me hum faceboook or amazon ko kaise compete kr paaenge ....
@hemantpandey6077
@hemantpandey6077 4 жыл бұрын
@@humanbeing9106 bro Facebook or Amazon ke bare me sochane se pahle izat dena or lena sikh lo achha rahe ga
@humanbeing9106
@humanbeing9106 4 жыл бұрын
there is a bug in your prev or in this programm kindly change it or stop making tutorial
@humanbeing9106
@humanbeing9106 4 жыл бұрын
sir i ll tellu you have pass the record id on button click what id admin modify or delete records then it is giving us an error ...
@YahooBaba
@YahooBaba 4 жыл бұрын
Don't use "us" word because you are the only guy who is getting an error. Secondly, download the code of this video from our website and compare it with your code.
@shaikhahmad1019
@shaikhahmad1019 4 жыл бұрын
bhai id static nhi hai agar admin koi record delete karta hai to next time jab data fetch hoga database to remaining records aayenge aur uske id set hogi..
@sanchitsoni
@sanchitsoni 4 жыл бұрын
@@shaikhahmad1019 Ok not a problem just take extra variable and increment it by 1 in the loop and in last place its value in button.
@jashankamboj9731
@jashankamboj9731 8 ай бұрын
@jashankamboj9731
@jashankamboj9731 8 ай бұрын
PHP Ajax Serialize Form Data Tutorial in Hindi / Urdu
25:47
Yahoo Baba
Рет қаралды 46 М.
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 49 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,4 МЛН
PRANK😂 rate Mark’s kick 1-10 🤕
00:14
Diana Belitskay
Рет қаралды 6 МЛН
PHP Ajax - $.Get & $.Post Methods Tutorial in Hindi / Urdu
16:23
PHP Ajax Pagination Tutorial in Hindi / Urdu
30:38
Yahoo Baba
Рет қаралды 48 М.
PHP Ajax Update Records of Database Tutorial in Hindi / Urdu
32:51
Pagination in Php with Next and Previous Button
27:26
OnlineITtuts Tutorials
Рет қаралды 70 М.
PHP Ajax Image Upload & Remove Tutorial in Hindi / Urdu
30:24
Yahoo Baba
Рет қаралды 42 М.
PHP Ajax Dependent Select Box Tutorial in Hindi / Urdu
19:22
Yahoo Baba
Рет қаралды 63 М.
PHP Ajax Delete Records From Database Tutorial in Hindi / Urdu
17:29
PHP Json_Encode Function Tutorial in Hindi / Urdu
20:17
Yahoo Baba
Рет қаралды 43 М.
Пагинация на PHP
30:21
Дмитрий Трепачёв
Рет қаралды 16 М.
Load more button using php
16:56
Code Club India
Рет қаралды 8 М.
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 49 МЛН