Computer Science, asked by hardikaryan106, 20 days ago

Write PHP scripts to handle HTML forms.​

Answers

Answered by taesugk
0

<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