Working on transitioning from ASP and I can't figure out how to do something like this...
$strData = $HTTP_POST_VARS["fld$fldName"];
I need to append a variable's value to a text string ('fld') and then get the value of the form field with that name. I just can't quite get it. Any help is greatly appreciated. TIA!
Tom