Posted by rwagener11 on 03/09/06 20:20
I don't think Simon understood what you are doing. I would leave the check[] name the same. But change the foreach handler. Also, I have never used the foreach command in the same manner as described above. change the foreach command to the following: <? foreach($_POST['check'] as $k => $v) { $value .= " $v "; } ?> Hope this helps
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming