I am working on a site where you can play a poker tournament on. I am able to play poker on it fine as long as i set the blind levels like so
Code:
$SB = 25;
$BB = 50;
Then my game actually starts fine and I can change it to whatever I want and it instantly changes on my game.

However, In order to play a proper tournament the blinds must go up in a certain amount of time.

I would like for...