[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
this works, you should be able to do something similar assigning $row["checkboxtype"] as the array key. That way you don't need to know what it's called just the array it is an element of. (I thinmk this bounced first time) $fvValue) echo("$fvTitle:$fvValue"); }; ?> $gvValue) echo("$

[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
this works, you should be able to do something similar assigning $row["checkboxtype"] as the array key. That way you don't need to know what it's called just the array it is an element of. $fvValue) echo("$fvTitle:$fvValue"); }; ?> $gvValue) echo("$gvTitle"); ?> Tim Ward