Enjoy a randomly generated fortune:
$ fortune | cowsay
_____________________________________
/ When you're not looking at it, this \
\ fortune is written in FORTRAN. /
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;