<?php $_POST = [ 'wind_1' => 'hk', 'hamburger_66' => 'foo', 'wind_2' => 'pop', 'wind_25' => 'another', 'bar_111' => 'bar' ]; echo max(preg_replace('~^(?:wind_|.*)~', '', array_keys($_POST)));
You have javascript disabled. You will not be able to edit any code.