Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Why is it that all of the instruments \
| seeking intelligent life in the |
\ universe are pointed away from Earth? /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;