Welcome Guest, Not a member yet? Register   Sign In
how to process a form with multiple checkboxes?
#2

[eluser]wh1tel1te[/eluser]
Code:
function submit()
    {
        //$this->output->enable_profiler(TRUE);
        
        foreach($_POST['plId'] as $plGrp) {
            echo $plGrp; // This is not an array
            echo '<br />';
        };
        
    }


Messages In This Thread
how to process a form with multiple checkboxes? - by El Forum - 04-05-2011, 05:20 PM
how to process a form with multiple checkboxes? - by El Forum - 04-05-2011, 05:50 PM
how to process a form with multiple checkboxes? - by El Forum - 04-10-2011, 08:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB