Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ You can't judge a book by the way it \
\ wears its hair. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;