$sect = intval($_GET['sect']);
$start = intval($_GET['start']);
$perpage = 20;
include "../connect.php";
include "head.inc";
?>
|
$qwery = "select * from Anecdots";
$res=mysql_query($qwery);
$cou=mysql_num_rows($res);
echo " Всего анекдотов - $cou"; ?> |
Ведущий раздела: Александр Захаров |
| ";
while ($i<$cou){
$i=$i+$perpage;
$nexttmp=$next-1;
$ii=$ii+1;
if ($start==$nexttmp) {echo " |
| Анекдот №".$row[0]." [$sect_name] |
| ".$title.$row[4]." ".$author.$source.$day.".".$month.".".$year." |