<?php $retornar = 2; //$_GET['retornar']; $ccs = array("1", "2"); if($retornar > count($ccs)){ die("Quantidade indisponivel"); } if($retornar == 0){ echo $ccs[0]; }else{ for($i = 0; $i < $retornar; $i++) { echo $ccs[$i]; } }
You have javascript disabled. You will not be able to edit any code.