"; include_once(__DIR__ . '/_pannello/dbsetting.php'); $tit = $testo["Mess96"] . ' - Nati con la Camicia'; if ($_GET['productname'] != '') { $sql_news = 'select * from ' . tbl_news . ' where url_news="' . $_GET['productname'] . '.html" and attivo=1 limit 1'; // echo $sql_news; $query_news = mysql_query($sql_news); if (mysql_num_rows($query_news) > 0) { $tit = ucfirst(stripslashes(mysql_result($query_news, 0, 'titolo' . $lang))); $testo_news = nl2br(pulisci_accenti(ucfirst(stripslashes(mysql_result($query_news, 0, 'testo' . $lang))))); $data_news = (mysql_result($query_news, 0, 'data_news')); $video = mysql_result($query_news, 0, 'video'); if (mysql_result($query_news, 0, 'id_foto') > 0) { // _web $nome_imgmax = get_name_img_max_web(mysql_result($query_news, 0, 'id_foto'), 0); $testo_news = '
' . $testo_news . '
' . $tit . '
'; } $pdf = ''; if (mysql_result($query_news, 0, 'id_pdf') > 0) { $f = 'https://www.naticonlacamicia.org/_img/_pdf/' . mysql_result($query_news, 0, 'id_pdf') . '.pdf'; $pdf = '
' . $testo["Mess99"] . '
'; } } else { exit(); } } else { exit(); } ?> <?php echo $tit; ?>

  • ' . ($testo_news) . '

    Date online: ' . $data_news . '

    ' . $to_cate . ' ' . $pdf . '


    '.$video.'

  • '; /* echo '
    • '.pulisci_accenti($tit).'

      '.$data_news.'

      '.($testo_news).'
      '.$pdf.'
    '; */ ?>