messing around with $_GET
This commit is contained in:
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";
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user