I have this command in my HTML:
form name="" action="…/tracking.php" method=“POST”>
Tracking Order:
and the php is:
?>
$number = $_REQUEST[‘tracksubmit’] ;
if ($number == TEST1) print("<meta http-equiv=“refresh” content=“0; url=TEST!.html”> “);
else print(”<meta http-equiv=“refresh” content=“0; url=error.html”> ");
?>
My problm is, when I inster TEST1 in the label box of my HTML it is redirct me to tracking.php instead of TEST1.html