aew mano seguinte quero coloca isso em meu site fiz tudo certinho mais eu não entendi essa parte aqui.
e Por Ultimo na DateBase, Crie uma e Coloque:
CREATE TABLE `lottery` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`item` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `lottery`(`id`, `name`, `item`) VALUES (NULL , 'Nobody', 'nothing');
Feche e Salve Tudo, e Esta Pronto.
Aonde acho datebase? como faço essa parte? Explica aew