<?php $occupied_ids = [ [8457, 6584], [9874, 4586], ]; var_export( array_map( fn($v) => [ 'occupied_id' => $v, 'feed' => $_GET['feed'] ?? 2, 'status' => 1, 'status_date' => date('Y-m-d'), ], array_merge(...$occupied_ids) ) );
You have javascript disabled. You will not be able to edit any code.