foreach($_POST as $element=>$val)
{
echo $element.'--'.$val.'<BR>';
}
Where a select multiple html field had several selected values only shows
one?? How do I get the others. php 5.1b
Thanks
Oak
{
echo $element.'--'.$val.'<BR>';
}
Where a select multiple html field had several selected values only shows
one?? How do I get the others. php 5.1b
Thanks
Oak
Comment