kod:
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css" />
</head>
<body>
<?php
include("config.php");
$zapytanie = mysql_query("select * from news order by id"); $next = $_GET['page']+1;
$cofnij = $_GET['page']-1;
if($ile > 2)
{
echo '<a href="?page='.$cofnij.'">Nowsze</a> '; echo '<a href="?page='.$next.'">Starsze</a> ';
if($_GET['page']<0)
{
$_GET['page']=0;
}
if($_GET['page']>ceil($ile / 10))
{
$_GET['page']-1;
}
}
{
echo '<div class="post"> <h1>'.$tabela[tytul
].'</h1>'; echo '<div class="date"> <h5>'.$tabela[data
].'</h5> </div>'; echo '<div class="tresc"> <h4>'.$tabela[tresc
].'</h4> </div> </div>'; }
?>
</body>
</html>
Nie wyświetla wpisów