Please enter your discount code:
Answer:
<form action = "discount.php" method = "post" > discount method can be extract from POST method
Explanation:
<form action = "discount.php" method = "post" >
<input type = "text" size = "12" name = "code" >
<input type = "submit" value = "Process" >
</form>