Enjoy a randomly generated fortune:
$ fortune | cowsay _______________________________________ / The more we disagree, the more chance \ | there is that at least one of us is | \ right. / --------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;