Questa è la tabella che uso.

codice:
CREATE TABLE IF NOT EXISTS `tb` (
  `time` text NOT NULL,
  `nick` text NOT NULL,
  `post` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
dovrei aggiungere un timestamp? Ma in php come stampo questi nick?