include("common.php"); ?>
$db->query("select * from contact"); $db->next_record(); echo $db->f("content"); ?>