0
I have two templates committing to the same file and I need to do an if() to check which algorithm should be run, but $_POST does not take the form name only the values.
<form name="frmCadastro" method="post" action="../_controllers/ccontatos.php">
<form name="frmGrupos" method="post" action="../_controllers/ccontatos.php">
got it, it’s a really good alternative, thank you very much!
– Jean Freitas
I’m glad I could help. :)
– Leonardo Cesar Teixeira