Enjoy a randomly generated fortune:
$ fortune | cowsay
 _________________________________________
/ To any truly impartial person, it would \
\ be obvious that I am always right.      /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;