← Desenvolvimento

Ajuda com votação

Lida 12471 vezes

Offline

OFFICER 
Membro
Mensagens 2076 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Podes ver isto em www.goodfriends.pt.vu ... experimenta vais ver no que dá :|
Offline

morpheus 
Membro
Mensagens 1199 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 1000 Posts

então mica aqui:

http://www.espelhodigital.com/pub/votos/

com o source por baixo!

pormenor: só agora vi! se vais usar texto, então tens que usar uma tabela assim:

Código: [Seleccione]
CREATE TABLE `votos` (
  `id` int(9) NOT NULL auto_increment,
  `ip` varchar(20) NOT NULL default '',
  `voto` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;