How can I receive the form name or submit via POST in another function?
<form class="form-inline" name="indicador" method="post" action="funcoes/indicadores.php" >
<button type="submit" class="btn btn-theme" name="indicador">Atualizar</button>
</form>
The name="" that I will use will be dynamic, and when I get the POST on the page functions / pointers.php I want to know the name of the POST or SUBMIT ...