Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ "What time is it?" \
| |
\ "I don't know, it keeps changing." /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;