messing around with $_GET

cat-town
Dan Buch 14 years ago
parent 168d7edcf3
commit cb0c3e3f4b

@ -0,0 +1,10 @@
<?php
$dogs = $_GET['dogs'];
if ($dogs) {
print "\$_GET['dogs']=" . $dogs;
} else {
print "no dogs for you";
}
?>
Loading…
Cancel
Save