while ($row = mysql_fetch_object($result)){ echo '[b]' . $row->user . '[/b]' . '[i]' . $row->email . '[/i]' . '' . $row->msg . ''; }