Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ "The Lord gave us farmers two strong \
| hands so we could grab as much as we |
| could with both of them." |
| |
\ -- Joseph Heller, "Catch-22" /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;