jungica - 2006-12-29 00:48:41
hi
im getting this error message:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/www/domain/poker/pokerDeck.php on line 29
whats the problem of the code?
27 class Deck {
28
29 public static $flop; //holds the flop cards - is array
30 public static $turn; //array with only the turn card
31 public static $river; //array with only the river card
32 public static $allhands; //array with all pockets for $playnum players