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
using_php [2021/02/19 14:53] ac1mdeusing_php [2021/02/19 14:54] (current) ac1mde
Line 23: Line 23:
 Similarly, form variables are not automatically passed into the PHP variables, so you must do this manually. Similarly, form variables are not automatically passed into the PHP variables, so you must do this manually.
 ^ Before ^ After ^ ^ Before ^ After ^
-| print "you typed: ".$text; +| print "you typed: ".$text; print "was check box 2 selected? ".$cb[2]; if (isset($_POST['cb'])) {$cb = $_POST['cb']; } if (isset($_GET['text'])) {$text = $_GET['text']; } print "you typed: ".$text; print "was check box 2 selected?".$cb[2]; |
-print "was check box 2 selected? ".$cb[2]; if (isset($_POST['cb'])) { +
-$cb = $_POST['cb']; +
-} +
- if (isset($_GET['text'])) { +
-$text = $_GET['text']; +
-} +
-print "you typed: ".$text; +
-print "was check box 2 selected? +
-".$cb[2]; |+
using_php.1613746380.txt.gz · Last modified: 2021/02/19 14:53 by ac1mde
Public Domain
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0