bradgrafelman;10971277 wrote:Can you explain why this is? Perhaps you're just not using the array correctly.
Just because the person who wrote his solution has got 50 variables already and i just need to add few of them. If i write in the form of a variable then the validation code will fail which is already coded.
so i thought i will write a loop to increement the last part of varible but dont know how to do it
something like this
$num = 31 ;
for ($i=0;$i<30;$i++){
$num++;
$name.[COLOR="Yellow"]$num[/COLOR] = 'some text' ;