= 1) { $id = mysql_result($result, $i, 'id'); $nome = mysql_result($result, $i, 'nome_ita'); // if($nome == '') // { // if($lang == 'eng') // { $cognome = mysql_result($result, $i, 'nome_eng'); // } // } $txt = mysql_result($result, $i, 'testo_'.$lang); if($txt == '') { if($lang == 'eng') { $txt = mysql_result($result, $i, 'testo_ita'); } } $email = mysql_result($result, $i, 'email'); } include('header.php'); ?>

'; if($lang == 'eng') { echo 'Back to Counsel'; } else { echo 'Torna ai Consulenti'; } echo '

'; // style="float: left; width: 97%; padding: 1px 1% 1px 1%; margin: 1px; height: 200px; overflow-y: auto;" echo '

'.$nome.' '.$cognome.'

'; // for($i = 0; $i<10; $i++) // { echo htmlspecialchars_decode(nl2br($txt)); if($email != "") { echo 'Email: '.$email.'
'; } // } echo '

'; ?>