[wd_asp elements=’search’ ratio=’100%’ id=1]

Checkboxes – collect and add to array – Push

12th May 2014

Php - Arrays

php codehaven

Radio Button Choice







In some cases this may work for you
if(!empty($_GET['checklist'])) {
foreach($_GET['checklist'] as $check) {
$check; //echo to see all passed values
}
}// end if