Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Drakenberg's Discovery: \
| |
| If you can't seem to find your glasses, |
| |
| it's probably because you don't have |
\ them on. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;