Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ The only really decent thing to do \
\ behind a person's back is pat it. /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;