if I have the following form: <input type="text" name="field[1]" value="blah!"> <input type="text" name="field[3]" value="blah!"> <input type="text" name="field[2]" value="blah!"> For me, my POSTED values show IN THAT ORDER - 1,3,2... which is EXACTLY what I want. Is there any sort of a risk that any browser/server/whatever would somehow auto arrange the array?