Forum Moderators: coopster
here is my code:
to get the value of the checkboxes
foreach($_POST['colors'] as $value) {
$f .= $value;
}
my code to display in a input box:
<?echo "<input type=text name=3 value=$value size=24 />\n";?>
If any additional info is needed please just ask
Thanks
I can get the value of the checkboxes in an array
So you are indeed naming your checkboxes with the brackets? See PHP and HTML [php.net] for more details.