Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ "In short, _N is Richardian if, and \
\ only if, _N is not Richardian." /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;