I would to create a draw system where entries are in a DB. When start is clicked, the data a pulled from the Data and they start randomly/animatedly displayed on a webpage using Javascript.
When user click stop, one of the the entrys is randomly picked and dispalyed as a winner.
How can i achieve this in Javascipt.
I am able to pull the data from MariaDB database using PHP