Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ Generally speaking, the Way of the \
| warrior is resolute acceptance of |
| death. |
| |
\ -- Miyamoto Musashi, 1645 /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;