Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ No question is so difficult as one to \
\ which the answer is obvious. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;