Site Tools


webseite:html:form

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
webseite:html:form [2014/07/10 02:14] lunetikkwebseite:html:form [2017/11/29 17:01] lunetikk
Line 3: Line 3:
 ===== Basics ===== ===== Basics =====
  
-^  Code  ^  What it does  ^+^  Code  ^  Function  ^
 |  %%<form action="File.php" method="post"></form>%%  |  opens a form and closes it  | |  %%<form action="File.php" method="post"></form>%%  |  opens a form and closes it  |
 |  %%<input type="text" name="text" size="20">%%  |  displays a textfield  | |  %%<input type="text" name="text" size="20">%%  |  displays a textfield  |
-|  <code>+|  <code html>
 <select name="status"> <select name="status">
 <option selected value=""></option> <option selected value=""></option>
Line 46: Line 46:
 See [[webseite:php:form]] for the PHP See [[webseite:php:form]] for the PHP
  
 +\\
 +\\
 +~~DISCUSSION~~
webseite/html/form.txt · Last modified: 2018/12/20 17:45 by lunetikk