Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Bugs, pl. n.: \
| |
| Small living things that small living |
\ boys throw on small living girls. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;