Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html button send post request

<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>
 
PREVIOUS NEXT
Tagged: #html #button #send #post #request
ADD COMMENT
Topic
Name
4+5 =