Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ There is only one way to be happy by \
| means of the heart -- to have none. |
| |
\ -- Paul Bourget /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;