05-02-2020, 06:43 PM
(This post was last modified: 05-02-2020, 06:47 PM by Jens Noriʇzsɔɥ.)
From first glance, I would say that you need to use $_POST['abs'] or alternatively $_REQUEST['abs'] (see https://www.php.net/manual/en/reserved.v...equest.php).
I have found “var_dump” rather helpful in order to check what is stored in variables, var_dump($GLOBALS) being the Swiss army knife in data overview…
I have found “var_dump” rather helpful in order to check what is stored in variables, var_dump($GLOBALS) being the Swiss army knife in data overview…