Posts by marinho • 1 point
1 post
-
0
votes2
answers1104
viewsA: pass the id of an input to another page
The value name and id are the same. Within the Edit.php page do the following <?php $req1 = isset($_POST["req1"])?$_POST["req1"]:""; $req2 = isset($_POST["req2"])?$_POST["req2"]:""; echo $req1 ."…