I tryed 4 ages and cant seem to find anything wrong w/ this snippet of code... its for a forum poll script...
$option = 1;
$optionlist = while($option <= $_REQUEST[numofoptions])
{
echo("<tr><td><p><b>Poll: $_REQUEST[polloption$option] <input type=\"radio\" name=\"polloption\" value=\"$option\" /></b></p></td></tr>");
$option = $option +1;
};
can u help!??!?!