Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ A bore is a man who talks so much about \
| himself that you can't talk about |
\ yourself. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;