Answer the question
In order to leave comments, you need to log in
Is it possible to pass an array of options through a single input type text field?
Is it possible to pass an array of parameters through a single input type text field?
We need an implementation of a single-line command line so as not to enter requests through the address bar, and I would not like to parse one parameter into commands, as well as to make several input fields
Answer the question
In order to leave comments, you need to log in
and I would not want to parse one parameter into commands, as well as make several input fields
You can convert an array to a string.
php.net/manual/en/function.serialize.php
I understand you mean this
<input type="text" class="form-control" placeholder="Titel" name="levels[level][]">
<input type="text" class="form-control" placeholder="Titel" name="levels[build_time][]">
$leveles['level'];
$leveles['build_time']
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question