to the URL"; if(isset($_GET['message']) && $_GET['message'] != '') { $text = htmlspecialchars($_GET['message']); } $cow = Farm::create(\Cowsayphp\Farm\Cow::class); echo $cow->say($text);