mesela çok kullandigim bir durum panelden toplu giriş ekranı. on tane isim yazip kaydet diyebiliyor;
Tabi burda 10 dedim ama bunun bir sınırı olmayabilir. 100 tane de olabilir bir döngü daihlinde
<form>
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="text" name="adi[]" />
<input type="submit" value="Kaydet">
</form>
Toplu girdigi için dizi şeklinde işleyebilmek için formdada bu şekilde dizi oluşturuyorum.
get ve post dizi olduğu için yerine göre matris yerine göre derinliğinin sınırı olmayan bir dizi şeklindede gelebilir.