I have an admin form for products that contains dynamic textareas for each of the product attributes.
The problem is that on the "form action" page that requests the posted variables, I'm not sure what variable names to ask for.
How can I get all the posted variable names and attributes? I've seen this done by loading them in to an array, but haven't been able to find it again.