alextoti13 Posted February 8, 2015 Posted February 8, 2015 (edited) Hello i use this code: http://pastebin.com/f73atJaK For gracia final I used this sql file since the link was dead: -- ---------------------------- -- Table structure for `votes` -- ---------------------------- DROP TABLE IF EXISTS `votes`; CREATE TABLE `votes` ( `id` int(6) NOT NULL, `vote` int(6) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of votes -- ---------------------------- INSERT INTO votes VALUES ('1', '0'); And always it says vote: 0 and even when i vote plz help me Edit: L2jserver gracia final Edited February 8, 2015 by alextoti13
0 alextoti13 Posted February 10, 2015 Author Posted February 10, 2015 no errors it just says only 0 votes
Question
alextoti13
Hello i use this code: http://pastebin.com/f73atJaK
For gracia final I used this sql file since the link was dead:
-- ---------------------------- -- Table structure for `votes` -- ---------------------------- DROP TABLE IF EXISTS `votes`; CREATE TABLE `votes` ( `id` int(6) NOT NULL, `vote` int(6) NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of votes -- ---------------------------- INSERT INTO votes VALUES ('1', '0');And always it says vote: 0 and even when i vote plz help me
Edit: L2jserver gracia final
Edited by alextoti134 answers to this question
Recommended Posts