develop a php program that implement post method from a html form the form consist of two fields field1; enter the height field2; enter the weight
Answers
Answer:
<html>
<body>
<form action="welcome.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>
Explanation:
Answer:
This is an example of ur question
Explanation:
Explanation:<html>
Explanation:<html><body>
Explanation:<html><body><form action="welcome.php" method="post">
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br>
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br><input type="submit">
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br><input type="submit"></form>
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br><input type="submit"></form></body>
Explanation:<html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br><input type="submit"></form></body></html>