prepare($sql); $se->bindValue(1, $id_menu, PDO::PARAM_INT); $se->bindValue(2, 1, PDO::PARAM_INT); $se->execute(); $item = $se->fetchAll(PDO::FETCH_ASSOC); $nume_articol = $item[0][nume_ro]; $text_articol = convert2($item[0][text_ro]); $prepare_parent = prepare($nume_menu); if ($nume_articol) { $title = $nume_articol.' - Stiri'; } else { $title = 'Stirea nu mai este valabila'; } ?> <br /> <b>Warning</b>: Undefined variable $title in <b>/home3/topham/public_html/detalii-news.php</b> on line <b>22</b><br /> - <br /> <b>Warning</b>: Undefined variable $NUME_SITE in <b>/home3/topham/public_html/detalii-news.php</b> on line <b>22</b><br />


Warning: Undefined variable $nume_articol in /home3/topham/public_html/detalii-news.php on line 35



Warning: Undefined variable $text_articol in /home3/topham/public_html/detalii-news.php on line 36
Stirea nu mai este valabila

"; } ?>