Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

posting with forms html

<form method="POST" action="INSERT WHERE YOU'RE SENDING THE DATA TO HERE">
	<input type="text" name="INSERT DATA KEY NAME HERE"> <!-- You don't have to have this line --> 
</form>
 
PREVIOUS NEXT
Tagged: #posting #forms #html
ADD COMMENT
Topic
Name
2+6 =