$myradiobutton1
$myradiobutton2
$myradiobutton3
$myradiobutton4
....... $myradiobutton10
i made a for loop to print the values of each $myradiobutton($i)
but i can not print it ...
can anyone help me
the code is
- Code: Select all
for($i = 1; $i < 11; $i++)
{
echo $myradiobutton.$i.'<Br><BR>';
}
please try to fix this problem
thnx in advance



