Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ Eternal nothingness is fine if you \
| happen to be dressed for it. |
| |
\ -- Woody Allen /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;