"snitch.php" calculates the true meaning of parenthetical "stop snitching" statements
$word ) { $words[] = $word; } $count = array_count_values($words); array_multisort($count,SORT_DESC); $i = 1; echo "
$text1 is
"; foreach ($count as $key => $value) { if( $i <= 20 ) { $keyword[] = $key; if ($key == "stop") { echo "
"; snitch($value); echo "
";} $i++; } else { print_r($keyword); exit(); } } } ?>