Enjoy a randomly generated fortune:
$ fortune | cowsay
_____________________________________
/ As far as we know, our computer has \
| never had an undetected error. |
| |
\ -- Weisert /
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;