When I submit, and it opens my page2.php
I show nothing.
all I have in my page2.php is
<?php
$IDNum3 = $_POST[IDNum3];
echo $IDNum3;
?>
I am also trying the method="GET"
and then use a $_REQUEST[`IDNum3']; but I don't see anything on the screen with this either