Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ A good marriage would be between a \
| blind wife and deaf husband. |
| |
\ -- Michel de Montaigne /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;