shuffle.php
<?php $cards = array("a","b","c","d","e","f","g","h"); shuffle($cards); print_r($positions); ?>