| Simple Pagination | Pagination | ||||
|
It is for previous and next option working sample code. |
|||||
|
Sample Code:
<<
|
|
'$displayDate' order by backup_date asc limit 1");
$totalrecords=mysql_num_rows($query);
if($totalrecords>0)
{
$row = mysql_fetch_assoc($query);
$nextDate= $row['backup_date'];
?>
>>
|
|
||
| Output: | |||||
![]() |