fillable; foreach ($cols as $col) { if (!in_array($col, array_keys($request))) { continue; } $data[$col] = empty($request[$col]) ? NULL : $request[$col]; } $hecm->create($data); echo ""; header("Location:" . "crmm02-index.php?token=" . $request['token']);