A
A
AlikDex2016-07-13 04:52:09
PHP
AlikDex, 2016-07-13 04:52:09

The $_GET parameter begins with the question, where to dig?

Suddenly, for no reason, such a canoe happened:
the url is normal:

/test/view?param=test123

var_dump($_GET):
array (
  '?param' => 'test123',
)

Literally out of the blue. I can't google.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nazar Mokrinsky, 2016-07-13
@AlikDex

1) Incorrect Nginx configuration
2) Incorrect work inside the engine (just why it can overwrite $_GET is not clear)
Most likely the first

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question