Hey, how can I loop through the _POST super-global array and get the field name? I know how to get the field value, but i need the field name. For example:

<input type='hidden' name='FVid_type' value='int' />

I need to my PHP program to output "FVid_type", not "int"