Exemple #1
0
echo cardImgs($arrPublic);
?>
</td>
		<?php 
printSeat(2);
?>
	</tr>
	<tr valign="middle">
		<?php 
printSeat(8);
?>
		<?php 
printSeat(3);
?>
		<?php 
printSeat(7);
?>
	</tr>
</table>
<?php 
?>

<p id="readable_hand">WINNER: <?php 
echo pokertexasholdem::readable_hand($fWinner) . ' (' . $fWinner . ')';
?>
</p>

<p><?php 
echo number_format(microtime(true) - $iUtcStart, 4);
?>
 sec</p>
Exemple #2
0
	<tr>
		<?php 
    $s = 7;
    echo printSeat($s);
    ?>
		<?php 
    $s = 6;
    echo printSeat($s);
    ?>
		<?php 
    $s = 5;
    echo printSeat($s);
    ?>
		<?php 
    $s = 4;
    echo printSeat($s);
    ?>
	</tr>
</table>
</body>

</html>
<?php 
    exit;
}
// not in a game (print games)
$arrGames = db_select(TABLE_GAMES, '1 ORDER BY id ASC');
?>
<html>

<head>
Exemple #3
0
	<td id="seat_2"><?php 
echo printSeat(2);
?>
</td>
</tr>
<tr valign="middle">
	<td id="seat_5"><?php 
echo printSeat(5);
?>
</td>
	<td id="seat_4"><?php 
echo printSeat(4);
?>
</td>
	<td id="seat_3"><?php 
echo printSeat(3);
?>
</td>
</tr>
</table>

</body>

</html>
<?php 
function mquery($sql)
{
    global $GAMEINFO;
    $sql = str_replace("\t", " ", ltrim($sql));
    $x = explode(" ", $sql);
    $action = strtoupper($x[0]);