Enjoy a randomly generated fortune:
$ fortune | cowsay
___________________________________
/ Old age is the most unexpected of \
| things that can happen to a man. |
| |
\ -- Trotsky /
-----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;