<?php $players =array ('1', '2', '3', '4', '5'); Foreach($players as $player){ For($i=$player+1; $i<=count($players); $i++){ Echo $player ."-" .$i."\n"; } }
You have javascript disabled. You will not be able to edit any code.