Show Output
Example of Testing Whether a Value Exists in PHP Array
"; if(in_array("Tiger", $zoo)){ echo "The tiger was found in the zoo."; } ?>