query($sql); $nt = $result->fetch_assoc(); $sqlk = "SELECT * FROM " . PREFIX . "_Kontakte WHERE ID =\"" . $nt['Kontakt_ID'] . "\";"; $resultk = $db->query($sqlk); $ntk = $resultk->fetch_assoc(); echo "
" . nl2br($nt['Beschreibung']) . "
" . nl2br($nt['Bereifung']) . "
" . nl2br($nt['Sonstiges']) . "