If I have some form data that I want to go into an array when the form's submitted, like a bunch of fields with the name "whatever[]", neither getGet or getPost return an array for 'whatever'. If I let magic_variables (or whatever it's called) do it's thing, I get an array. Any hints? Thanks. Michael Rubin