![]() |
Sergey Kornilov admin 12/19/2005 |
Hi, <?php // Pagination: Write Control?> <script language="JavaScript">WritePagination(<?php echo $mypage;?>,<?php echo $maxpages;?>);</script>
<!-- delete form --> |
K
|
keenick author 12/24/2005 |
Hi, you can easily modify PHPRunner-created files to show pagination controls at the top of the page. Here is the snippet that displays the pager: I.e. you can insert it just before this line in ..._list.php file:
|