Hi, <br>I have a inventory that has, several fields with identical names, the value is always 1. When someone checks three fields with the same name, output is <br>Pencils: 1, 1, 1<br>I want to have the total number inserted, in this case 3 so<br>Pencils: 3<br>I realize this is creating an array...