Creating a simple pagination using php and mysql

Creating a simple pagination using php and mysql

Digital Fox

1 год назад

22,267 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Uroš Spasić
Uroš Spasić - 03.11.2023 14:47

Amazing tutorial, you explain things beautifully. Thank you!

Ответить
Steph Digital Designs
Steph Digital Designs - 30.10.2023 01:13

Amazing tutorial, but as a curious student, if a user sets the page-nr = 0 or less than 0, it displays an error or says (showing -3434 of 10pages) is there a way to fix this so that if the value of the page-nr = 0 or less than 0 the page-nr is automatically set to 1. Used this code to fix it if(!is_numeric($_GET["page-nr"]) || ($_GET["page-nr"] <= 0) || ($_GET["page-nr"] > $pages) ){

//here we are making sure that if the user sets the page through the url a value that is not numeric, less than 0 or greater than the number of pages from the database, we referesh the page

header("Location:index.php");

} else {

$page = $_GET["page-nr"] - 1;
}

Ответить
Lord Carlo Cabangal
Lord Carlo Cabangal - 22.09.2023 10:47

very useful tutorial!!!! Thanks a lot!!!

Ответить
Dinidu Madushan
Dinidu Madushan - 11.08.2023 12:30

really helpful. thank you very much..

Ответить
sd sd
sd sd - 22.07.2023 13:07

do you have a video for the case when there are a lot of pages that don't fit in the screen? I think it is important to address this case

Ответить
Samuel Agbo
Samuel Agbo - 07.07.2023 05:39

Thanks alot

Ответить
Vlk samotář
Vlk samotář - 05.07.2023 13:38

It was very useful for me. Thank you.

Ответить
Madece ent.
Madece ent. - 18.06.2023 12:13

why is my pagination working correctly but my content is not moving according to the pagination

Ответить
Conrad Underwood
Conrad Underwood - 16.05.2023 19:28

Thanks for this video. It was easy to follow and helped me a lot

Ответить
Aymda Tenth
Aymda Tenth - 07.05.2023 12:59

thank you this was quick and easy without the use of bootstrap <3

Ответить
Lazy Busy log
Lazy Busy log - 23.04.2023 13:00

Thanks! Quick and easy explanation! Nice job!

Ответить
photo Inshot
photo Inshot - 23.04.2023 11:59

Great video thanks! Is there a way to search a paginated table?

Ответить
Roberto Carreira
Roberto Carreira - 15.04.2023 01:45

Great video! Thanks, helped me a lot.

Ответить
D. O. Balogun
D. O. Balogun - 14.04.2023 13:16

Good job

Ответить
Anime heavens
Anime heavens - 01.03.2023 19:49

Bruh I like ur voise 😂❤

Ответить