'; else { while($output = mysql_fetch_assoc($query)) { echo $output['subject'].'
'; echo date('d-M-Y', $output['date']).'
'; echo $output['comment'].'
'; echo 'Posted by ~ '.$output['name'].'
'; } } ?>