Guest User

Untitled

a guest
Mar 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. foreach ($_POST as $selecciones => $valor_selecciones) {
  2. if(!in_array($item, $info)) {
  3. switch ($selecciones) {
  4. case (in_array($selecciones, $main_datas)):
  5. foreach ($main_datas as $main_data) {
  6. $features["main_datas"][$selecciones] = $valor_selecciones;
  7. }
  8. $features_collection[] = $features;
  9. break;
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment