Page 1 WORKS
<form action="page2.php" method="post">
<p> Please enter your customer number:
<input type="text" number="cust_num"> </p>
Page 2 WORKS
<form action="page3.php" method="post"> $cust_num=$_POST['cust_num']; echo "Your order customer: $cust_num ?";
Page 3 DOES NOT WORK
$cust_num=$_POST['cust_num']; echo "Your order was successful: $cust_num";
The customer number does not get passed to page 3

New Topic/Question
Reply



MultiQuote






|