social wrote:I want to use Tournaments that will start as soon as all the seats are full.
When the Tourney starts, how can I send a list of all of the Players to my phpbased website, to be posted in a leaderboard created on that site which will be tracking certain other variables at the same time?
narayan wrote:How can I get a specific user`s balance in php
$player = "Aces123";
$params = array("Command" => "AccountsGet", "Player" => $player);
$api = Poker_API($params);
if ($api -> Result == "Ok") echo "The chip balance for " . $player . " is " . $api -> Balance;
else echo "Error: " . $api -> Error;
Users browsing this forum: No registered users and 0 guests