Hello guest !
"); // display shuffled cards (EXAMPLE ONLY) for ($index = 0; $index < 52; $index++) { if ($starting_point == 52) { $starting_point = 0; } print("Uncut Point: $deck[$index] "); print("Starting Point: $deck[$starting_point]
"); $starting_point++; } ?>