Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ If everybody minded their own business, \
| the world would go around a deal |
| faster. |
| |
| -- The Duchess, "Through the Looking |
\ Glass" /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;