Want to increment the name of a $scalar followed by $x.
Example:$scalar1,$scalar2,$scalar3,etc.
#######################################
for ($x=0; $x <= $elements; $x++) {
$scalar$x='<select size='1' name='M$x'>$fname<OPTION>GUEST</OPTION><option selected>Select a member</option></select>'
}
}
Thanks In the begining
Let us first assume that there was nothing to begin with.
Example:$scalar1,$scalar2,$scalar3,etc.
#######################################
for ($x=0; $x <= $elements; $x++) {
$scalar$x='<select size='1' name='M$x'>$fname<OPTION>GUEST</OPTION><option selected>Select a member</option></select>'
}
}
Thanks In the begining
Let us first assume that there was nothing to begin with.