<form method='POST' action='myFile.php'> <input name='myInput'> <button type='submit'>Submit</button> <!--Sends input value to the page set as 'action' parameter. For example a php file.--> </form>