Enjoy a randomly generated fortune:
$ fortune | cowsay _____________________________________ / Ignorance is when you don't know \ \ anything and somebody finds it out. / ------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;