I have two forms submitting to the same file and I need to do an if () to check which algorithm should be executed, but $ _POST does not take the name of the form just the values.
<form name="frmCadastro" method="post" action="../_controllers/ccontatos.php">
<form name="frmGrupos" method="post" action="../_controllers/ccontatos.php">