Jump to content

how to know the last id in mysql


janim

Recommended Posts

hello guys  :D

who know how to now if my database is finished browsing

i have this code

 

$start=0;
echo "<a href='showcat.php?cat={$cat}&start={$start}'>Next</a>";

 

it's for the limit in the next page like this :

 
$cat=$_GET['cat'];
$start=$_GET['start'];
$next=$start+5;
select * from $table where cat='$cat' limit $start,$next

 

so i want to stop showing NEXT link when the database finished

how can i know that it finished

 

thanks for reading my post

:P

 

Link to comment
https://forums.phpfreaks.com/topic/75206-how-to-know-the-last-id-in-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.