Не выводит value hidden через method get
У меня есть такой код: if (count($out) > 0) { $func = pagination($posts = []); echo count($func); $counter_times = 0; $page_num = 1; foreach ($out as $row) { $counter_times++; …
У меня есть такой код: if (count($out) > 0) { $func = pagination($posts = []); echo count($func); $counter_times = 0; $page_num = 1; foreach ($out as $row) { $counter_times++; …