I'd like to access $_POST["variablena me"] where $val["vname"] is the
variable name. $_POST[$val["vname"]]; gets an error message:
Parse error: parse error, unexpected '[', expecting ',' or ';' in
C:\Documents and
Settings\ShepMo de\Desktop\Webs ites\CGLD.net\W eb\checkform.fu nction.php on
line 8
Is there any way to do what I'm trying to do?
variable name. $_POST[$val["vname"]]; gets an error message:
Parse error: parse error, unexpected '[', expecting ',' or ';' in
C:\Documents and
Settings\ShepMo de\Desktop\Webs ites\CGLD.net\W eb\checkform.fu nction.php on
line 8
Is there any way to do what I'm trying to do?
Comment