Hello,
I have number of variables on my HTML forms like ans1, ans2, ans3,.....,ans100. Some variables are text boxes, some are radio buttons, some are check boxes. When I try to retrieve them on the next page in PHP, if a particular radio button is not checked & I try to access that radio button, I am getting the warning 'Undefined Offset'. Is there any way I can get rid of this iritating message?
Thanks in advance
Hitesh