Enjoy a randomly generated fortune:
$ fortune | cowsay _______________________________________ /damn my office is cold. \ | need a hot secretary to warm | | it up. | | | \ -- Seen on #Linux / --------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;