+ 1
How do I count input from users and display
I'm trying to create a voting app buh can't seem to figure out how to gather the input data for final results. Any help/advice
5 Réponses
0
Let's see your code
0
Slick do you mean the backend?
0
U need a persistent layer.
A file or sql table.
0
I guess you would be asking for something to store the user and their voting data.
As a simple answer, you will need a database connection (any relational database) or a file where you will be storing data in a format that is easy to retrieve(CSV can be a good choice)
0
_rk do you know how that is done