Enjoy a randomly generated fortune:
$ fortune | cowsay
_____________________________________
/ Nothing so needs reforming as other \
| people's habits. |
| |
| -- Mark Twain, "Pudd'nhead Wilson's |
\ Calendar" /
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;