I have a form that is passing information to a php script with variablel names in the form of test1 - test20. Is it possible to call/use those variables with something along the lines of:
for($x=1;$x<=20;$x++)
{
echo eval("$test".$x);
}
IF this is not correct would someone please correct my mistake. As always help is always appreciated. Thank you
Shaun Bramley