rAph
04-20-2003, 07:12 PM
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"
<input type='hidden' name='FVid_type' value='int' />
I need to my PHP program to output "FVid_type", not "int"