Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Numeric stability is probably not all \
\ that important when you're guessing. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;