This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <form> tag will create a form on your page.
<form method="post" action="someScript.php">
Your name: <input type="text" name="name"><br>
<input type="submit">
</form>