messing around with $_GET
This commit is contained in:
parent
168d7edcf3
commit
cb0c3e3f4b
10
docroot/html/webvars.php
Normal file
10
docroot/html/webvars.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$dogs = $_GET['dogs'];
|
||||||
|
if ($dogs) {
|
||||||
|
print "\$_GET['dogs']=" . $dogs;
|
||||||
|
} else {
|
||||||
|
print "no dogs for you";
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user