. **/ ?>
prepare("SELECT n.id, u.fullname AS owner, n.date, n.subject_eng, n.subject_hun, n.subject_rou, n.published FROM news AS n INNER JOIN users AS u ON (u.id=n.owner) ORDER BY date DESC"); $sql->execute(); while($row=$sql->fetch(PDO::FETCH_ASSOC)){ echo " "; } ?>
".$row['owner']." ".$row['date']." ".$row['subject_eng']." ".$row['subject_hun']." ".$row['subject_rou']." ".($row['published']==1?$lang['tyes']:$lang['tno'])."