//declare variables: $tree = $_REQUEST[tree]; $flower = $_REQUEST[flower]; $animal = $_REQUEST[animal]; $submit = $_REQUEST[submit]; ?>
if ($submit) { print "
"; include '/home/account/myfunctions/wildlife_func.php'; wildlife($tree,$flower,$animal); } else {} ?>