$name="aktualnosci";
include("head.php"); ?>
$tabela = 'aktualnosci';
$sql = tep_db_query("select * from $tabela where id!=1 and pid=1 order by lp desc");
$arr = wynik_db_array($sql);
foreach ($arr as $row) {
$bum = explode('-',$row['data']);
$datan = "$bum[2].$bum[1].$bum[0]";
?>
echo "".$row['nazwa'].""; ?>
echo $row['opis']; ?>
}
?>
|
include("right.php"); ?>
include("foot.php"); ?>