Computer Science, asked by pradeepa20526, 1 month ago

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

Answered by NitinPranav21
0

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:

Answered by ananyavinod00
0

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>

Similar questions