function get_next_seat($table_id, $start_seat) {
$player_data = $this->admin->get_player_data($table_id);
...
PHP Get Next Turn
The below function is used ...
function get_next_seat($table_id, $start_seat) {
$player_data = $this->admin->get_player_data($table_id);
...
The below function is used ...
So I don't currently have a...