+ 2
Hello guys, how do we add empty spaces in tables for thumbprint verification as in creating a voting system?
Voting system
4 Respostas
+ 2
you need a database to store every like,
two buttons that will update the data in the database.
Html PHP SQL
you should consider authentication of the voters before voting to restrict a single vote for every person and avoid that a "bad guy" influences the election by clicking over and over again on one candidate.
So you could have another two columns in the database containing the users and their voting status: who voted once can't do it again.
+ 1
if the voting sistem is part of a webpage consider css margins and padding the various elements you want to separate.
I'm not sure if I properly understood yor question: try to add more details
+ 1
I mean like creating a box, like Candidate, Party and then the box for voters to cast their votes into. how do i do that?
+ 1
yeah thanks