Jump to content

Question

Posted (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 by alextoti13

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...