VOTE WEBSITE

08/11/2016 06:52 khemomo#1
Please help me with my website after I register a new account
then trying to vote. I didn't receive any points :3 the vote points
in the sql automatically set to "Null"

already added:
lastvote1 datetime
lastvote2 datetime
lastvote3 datetime
votepoints int

and

USE [ACCOUNT_DBF]
GO
Update ACCOUNT_TBL set votepoints = '0'