B
B
BruttoNetto2020-04-28 21:59:00
PHP
BruttoNetto, 2020-04-28 21:59:00

How to make php handler for form get?

There is a form

<form id="choose" action="https://site.com/4/" method="get">
            <input type="hidden" name="action" value="dochoose">
            <input type="hidden" name="question" class="question_input" value="">
        </form>


It passes some values ​​to some handler
. After passing some values, it redirects to https://site.com

. I want to do something similar, but I can't implement the handler.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2020-04-28
@BruttoNetto

PHP: $_GET - Manual

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question