Hello guys, how do we add empty spaces in tables for thumbprint verification as in creating a voting system? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Hello guys, how do we add empty spaces in tables for thumbprint verification as in creating a voting system?

Voting system

12th Dec 2016, 9:25 PM
Jaymills
Jaymills - avatar
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.
29th Dec 2016, 4:02 AM
seamiki
seamiki - avatar
+ 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
14th Dec 2016, 6:36 AM
seamiki
seamiki - avatar
+ 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?
28th Dec 2016, 11:12 PM
Jaymills
Jaymills - avatar
+ 1
yeah thanks
29th Dec 2016, 7:29 AM
Jaymills
Jaymills - avatar