Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ "Life begins when you can spend your \
| spare time programming instead of |
| watching television." |
| |
\ -- Cal Keegan /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;