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