Hello.
I have a form with multiple inputs. Transmitted by GET. I need to get the values only pos1, pos4, pos15. (This is an example. In fact, they can be any number, under different numbers.) Or, one can say, output them into a separate array. Maybe something like this to do: $_GET['pos[0-9]{1,}'] ? But that doesn't work. Thanks for the help.
<input name="in_comment" value=""> Комментарий<br> <input name="in_payer" value=""> Плательщик<br> Услуга <input name="pos1"> Сумма <input name="sum_pos1"><br> Услуга <input name="pos4"> Сумма <input name="sum_pos2"><br> Услуга <input name="pos15"> Сумма <input name="sum_pos2"><br>