Site Tools


webseite:php: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
webseite:php:form [2014/05/27 15:46] lunetikkwebseite:php:form [2018/12/20 17:45] (current) – Discussion status changed lunetikk
Line 3: Line 3:
 ===== Basics ===== ===== Basics =====
  
-^Code^What it does^+ Code   Function  ^
 |  $var = $_POST["name"]; |  recieves a var submitted with post by a form  | |  $var = $_POST["name"]; |  recieves a var submitted with post by a form  |
  
Line 9: Line 9:
 ===== Code example ===== ===== Code example =====
  
-<code>+<code php form.php>
 <?php <?php
 $status = $_POST["status"]; $status = $_POST["status"];
Line 40: Line 40:
  
 See [[webseite:html:form]] for the HTML \\ See [[webseite:html:form]] for the HTML \\
-See [[webseite:mysql]] for the MySQL +See [[webseite:mysql:basic]] for the MySQL
  
 +\\
 +\\
 +~~DISCUSSION:closed~~
webseite/php/form.1401198370.txt.gz · Last modified: 2017/03/01 12:50 (external edit)