in reply to Using Variables with Variables

You want arrays for this:
$radio[$ucount] = param("radio_$ucount"); $textarea[$ucount] = param("radio_$ucount"); # etc

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.