Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ My uncle Murray conquered Egypt in 53 \
\ B.C. And I can prove it too!! /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;