if ($id && !is_numeric($id)) exit(); $root_path = "../"; require_once('../classes/CNewsTemplate.php'); require_once('../classes/CBinder.php'); include("polaczenie_press.php"); $query = "SELECT * FROM artykuly LEFT JOIN numery ON numery.indeks=artykuly.indeks WHERE id_artykulu=$id"; $wykonaj = mysql_query(addslashes($query)); //echo mysql_error(); $wiersz = mysql_fetch_array($wykonaj); $title = 'Press: Numer '.$wiersz['numer'].' '.$wiersz['tytul']; $tresc = ''; $query = "SELECT * FROM akapity WHERE id_artykulu=$id"; $wykonaj = mysql_query($query); //echo mysql_error(); while ($Awiersz = mysql_fetch_array($wykonaj)) { if ($Awiersz['tytul_akapitu']) $tresc .= '
'.$Awiersz['tytul_akapitu'].'
'; $tresc .= ' '.nl2br($Awiersz['zaw_akapitu']).''; } $news = new CNewsTemplate("../", null, "Press"); $news->setInformations(''.$wiersz['tytul_wew'].'', ''.$wiersz['zajawka_gora'].'', $tresc, '