if (!is_null($_GET["adoption"]) && !empty($_GET["adoption"])) $adoption = $_GET["adoption"]; else $adoption = NULL;
$start = 0; if (is_null($start)) print "null: " . $start; if (empty($start)) print "empty: " . $start;
$adoption = NULL; if (isset($_GET["adoption"])) $adoption = $_GET["adoption"];
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)