I have a bunch a values I would like to add together which are entered into a form. Right now, the form has 11 lines but it could get larger in the future. I can easily add
Uhm why don't you use an array? If you give the forms a name like foobar[] it will be an array in PHP.