Posts by Roberto S • 1 point
1 post
-
0
votes3
answers1495
viewsA: How to form in stages?
You can use the PHP variable SESSION[ ] <?php session_start(); if(isset($_POST['Proximo1'])){ $_SESSION["v1"] = "xx"; $_SESSION['refeicao'] = $_POST['refeicao']; } if(isset($_POST['Proximo2'])){…