Enjoy a randomly generated fortune:
$ fortune | cowsay _______________________________________ / Occam's eraser: \ | | | The philosophical principle that even | | the simplest | | | | solution is bound to have something | \ wrong with it. / --------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;