Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ I respect faith, but doubt is what \
| gives you an education. |
| |
\ -- Wilson Mizner /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;