Enjoy a randomly generated fortune:
$ fortune | cowsay
 ________________________________
/ In my end is my beginning.     \
|                                |
\ -- Mary Stuart, Queen of Scots /
 --------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;