====== Form ====== ===== Basics ===== ^ Code ^ Function ^ | $var = $_POST["name"]; | recieves a var submitted with post by a form | ===== Code example ===== StatusDateTimePlaceText"; echo ''; echo ''; echo $status; echo ''; echo ''; echo $date; echo ''; echo ''; echo $time; echo ''; echo ''; echo $place; echo ''; echo ''; echo $text; echo ''; echo ''; echo "" ?> See [[webseite:html:form]] for the HTML \\ See [[webseite:mysql:basic]] for the MySQL \\ \\ ~~DISCUSSION:closed~~