Enjoy a randomly generated fortune:
$ fortune | cowsay
_____________________________________
/ Monday is an awful way to spend one \
\ seventh of your life. /
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;