<? $cantidad = 50; ?> <form action="" method="post"> <? for($i=1; $i<=$cantidad; $i++){ ?> <input name="flores<?=$i?>" type="text" value="flores<?=$i?>" /><br> <? } ?> </form>