Hello,
I understand you need a web page where the result of a draw from two urns is shown in real time, without requiring page refreshes or additional actions from the user. This can be accomplished effectively using WebSockets or similar technologies to establish real-time communication between the server and client. I propose using PHP for the backend to fetch the data from the database and JavaScript, along with WebSockets, to display the result dynamically on the front-end as soon as it changes.
With this solution, the results from the urns will automatically update on the user's screen as soon as the draw happens, providing an interactive and seamless experience. The PHP backend will handle data fetching and processing, while JavaScript and WebSockets will ensure that the front-end is updated instantly with no need for page reloads or manual actions. This will lead to a smooth, real-time interaction without any interruptions.
I have significant experience in real-time web technologies, especially with PHP and JavaScript, and have worked on similar projects before. Let's discuss how we can implement this feature efficiently and ensure that your users have a flawless experience.
Warm regards,
Ahsan