Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Every why hath a wherefore. \
| |
| -- William Shakespeare, "A Comedy of |
\ Errors" /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;