messing around with $_GET
This commit is contained in:
@@ -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