just found this after hours and hours of work and studying session, i was about to give up... but fuck it was worth. Ure a legend, thx man
@codingcafe83604 жыл бұрын
Thank u, sir, for the logic, perfectly understand the logic and I correctly implemented it on my project as well.
@anamshaikh79103 жыл бұрын
Thanks bro, Just need to add for the next button, the next button gets displayed for the last record also so you can add this if condition ($page
@swastikjainsj3 жыл бұрын
Subscribed 👍👍👍👍
@jiolomilesngo60653 жыл бұрын
goodjob you just doubled my salary this month because of this tutorial
@luiskp43283 жыл бұрын
yeah :D, i am so happy that i got the CEO postion of google because of this tutorial
@jyotithasal79245 жыл бұрын
thank you so much for uploading this video.this is very useful for me.keep uploading more video for php
@raajputs36462 жыл бұрын
Thnk you so much sir 🙏
@cyberperformer3 жыл бұрын
Thank you so much Sir, Very Helpful tutorial, i need your more php tutorial..
@charlotte321nony Жыл бұрын
Thank you so much!
@jooryalhamed9382 жыл бұрын
Thank you so much, you saved my life
@ranjanpaswan88113 жыл бұрын
Thank u giving me such a beautiful video ❤️❤️
@christianmarklaurio96042 жыл бұрын
Thanks Sir!
@fitnessfreedom65932 жыл бұрын
Thanks man , it helps me a lot. Thank you again !
@KyawLinnHtet-yd6hz5 ай бұрын
Thanks a lot. This is very helpful for me
@milandudhatra50104 ай бұрын
give me this source code i don`t find this code on link who shown here
@parlonsdejesuschrist28323 жыл бұрын
Thanks for your clarification
@azizkouiki Жыл бұрын
Thank you .
@traderslearningbackyard21915 жыл бұрын
Though the code given code is good as per my observation If no of pages is high it displays all the links from 1 to 500 which won't be good. Try to display only 5 or 10 links
@tk_gaming7773 жыл бұрын
Great video, it helped a lot
@maheshswami95834 жыл бұрын
Thanks man, it really helped me.
@technologyguide45004 жыл бұрын
Thank you for this video
@rohitmalik98434 жыл бұрын
great tut... thank you so much
@saisaisecca36363 жыл бұрын
Thank you Sir for the tutorial. 💜
@muhammadmohsan86534 жыл бұрын
thank you so much
@LGOKUL23034 жыл бұрын
Perfectttt! Just the thing I was looking for
@rashedobeidat51504 жыл бұрын
very clear and helpful, thank you
@ibrahimkhan-vc9mp4 жыл бұрын
thanks u for being so nice, really appreciated
@OnlineITtuts4 жыл бұрын
So nice of you
@Henry_Nunez2 жыл бұрын
👏👏😊
@jeffmumba34584 жыл бұрын
Thank you for this video, it helped me
@ganeshhurgule11403 жыл бұрын
thank u, bro
@joupomoti39724 жыл бұрын
Exactly what I was looking for thank you so much...please Sir how to center this pagination please
@brightabel85153 жыл бұрын
learn css
@VFRodriguez4 жыл бұрын
Good job!
@majidnoroozi40153 жыл бұрын
Thanks bro
@shubhampodcast4 жыл бұрын
Ur amazing thainks bro
@Cricksports1495 жыл бұрын
thanku so much for this video
@NedumEze3 жыл бұрын
Thanks so much for this tutorial. May I ask please? If you had a search field with method GET, and paginate your result, & the 1st page displays by default, when you click 'next', or 2 for page 2, and the page goes blank, what might the cause be?
@NedumEze4 жыл бұрын
Thanks. Pretty straightforward. But, when the term to find in the database comes from a search user input field, the pagination breakdown. How do you ensure the search term remains in the pagination pr_query?
@akazad36785 жыл бұрын
Very nice tutorial, i need your more php tutorial
@OnlineITtuts5 жыл бұрын
Thanks Please Visit My Channel Inside My Channel Have a Website Link, You need to follow it, once you opened my website, then you will able to many Php based project tutorial available :)
@meme1152 жыл бұрын
When I hit enter without entering any query in search box it's view the all table data's. How to fixed it.
@gyuiopllkrtyuilljk91665 жыл бұрын
big thanks. good job man. ) this is real help me. health your many many!
@mansikriplani3825 жыл бұрын
you are really awesome!
@finicallegend49772 жыл бұрын
Very good. However if you have 200 pages you don't want to show 200 on the pageination. Not sure if there's a follow up video on that?
@chukwumandubuisi8565 жыл бұрын
Plenty thanks for this great resource on pagination. besides selecting and paginating data from table rows is there a way i can paginate a lengthy string or characters using php. (example: to paginate a story of 5000 words into 1000 characters each). Thanks in anticipation.
@mustafaali64194 жыл бұрын
thank you sir , very helpful this video i have question sir ? how i can search in all pagination pages in php
@swastikjainsj3 жыл бұрын
u r boss
@arunkumar14144 жыл бұрын
sir can you make video upon how to add different background colors to visited and not visited and current page
@davidbdn19944 жыл бұрын
if i'm inside in one category of products how can i make a pagination of all products of the choosen category??
@shahnazparveen45 жыл бұрын
Thank you so much but I think $i-1 hona chahiye next button ke liye
@cheahchunsiang18174 жыл бұрын
may I know how to adding class active at the echo page 1 page 2... etc.
@majidnoroozi40153 жыл бұрын
for ($i=0; $i
@youwindizz4 жыл бұрын
NEED HELP how about if i add in my $sql a order by rand(). bcause evertime i click the "page1" it changes everytime.. what can i do to generate a random output that dont refresh when i click thesame number :)....
@journeyofaturtle-fahad21675 жыл бұрын
what will happen if there is over thousad pages, is it gonna show all the thousan pages particularly.?
@OnlineITtuts5 жыл бұрын
You can use this method to display any numbers of records on each page
@shevaron40545 ай бұрын
comment faire pour que la couleur du numero de la page active soit differente de celles des autres numeros?
@arshpreetkaur30324 жыл бұрын
i used your code in my plugin but it showed one error Warning: A non-numeric value encountered in. could you solve it plz
@swastikjainsj3 жыл бұрын
now Final fuction that is how to make chat system ?
@milandudhatra50104 ай бұрын
i don`t find code on website please give any way to give source code
@Rajubhai-rd8ic3 жыл бұрын
iam follow this video and try pagination are visible only 1 other numbers not visible
@ISOnepal4 жыл бұрын
What if the numner of pages are more than 100?
@JNET_Reloaded5 жыл бұрын
link to code? / github???
@ninjaooze97452 жыл бұрын
3 pages, but only 2 tabs showing why ?
@sanketsaitawdekar44404 жыл бұрын
There is a problem. Since only 3 pages are seen the user will see only 10 records. He will think there is no 4th page. And he will not press 'Next button.'
@avfigueiredo Жыл бұрын
Yes, the code is wrong. In the for loop he should have used "$i
@wisdom407011 ай бұрын
You have only 5 pages, What if, Let's say, There are 100 pages. It will show all the 100 at once. How can that be prevented?
@tusarsamal67075 жыл бұрын
Don't Work Data base query
@milandudhatra50104 ай бұрын
anyone plese give me source code
@Raj4You5 жыл бұрын
Coding skill is very bad
@jonatancom84 жыл бұрын
I fixed a NEXT button bug if($page>1) { echo "PREVIOUS"; } for($i = 1; $i < $total_page + 1; $i++) { echo "$i"; } if($i-1>$page) { echo "NEXT"; }