[h] type = text hideKey = true style=display:none; label=<br><br><hr><h2>KEY VISUAL</h2> [key_v] type = file hideKey = true multiple = true multipleButton = true [h] type = text hideKey = true style=display:none; label=<br><br><hr><h2>KEY MOVIE</h2> [key_m] type = file hideKey = true multiple = true multipleButton = true <?php for($s_i = 1; $s_i < 10; ++$s_i): ?> [h] type = text hideKey = true style=display:none; label=<br><br><br><br><br><hr size="3" color="#000"><h2>SPOT_<?php echo $s_i; ?></h2> <?php for($p_i = 1; $p_i < 3; ++$p_i): ?> [h] type = text hideKey = true style=display:none; label=<br><br><hr><h2>PAGE_<?php echo $p_i; ?></h2> <?php for($i_i = 1; $i_i < 10; ++$i_i): ?> [s<?php echo $s_i; ?>_p<?php echo $p_i; ?>_<?php echo $i_i; ?>r] type = radio value = file # text # map # info default = file label=<br><br><?php echo $i_i; ?> [s<?php echo $s_i; ?>_p<?php echo $p_i; ?>_<?php echo $i_i; ?>t] type = textarea rows = 1 cols = 40 hideKey = true [s<?php echo $s_i; ?>_p<?php echo $p_i; ?>_<?php echo $i_i; ?>p] type = file hideKey = true multiple = true multipleButton = true <?php endfor; ?> <?php endfor; ?> <?php endfor; ?>