I have a series of the following code, 0-7, that I wonder if I can put in a loop somehow. Problem is I don't know how the right side should be written to allow php to understand that it should interpret the output text as a variable name it has a value to... In Flash I use eval(), but what do I use in PHP?
$n[0] = utf8_decode($POST["n0"]); $n[1] = utf8_decode($POST["n1"]) etc...