I have a Multiplayer Blackjack game on my website.
Once users have oined they will have 60 seconds to complete their hand.
Im looking to have a countdown timer of 60 seconds, so that when it reaches 0 it will fetch another page which gets the results.
I then want the result echoed back onto the original page, all without having the page refresh.
ALSO
If the result is a draw, I would like it to echo back and then the countdown timer restart to play again.