Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Q: What do you call a boomerang that \
\ doesn't come back? A: A stick. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;