Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ If you don't have a nasty obituary you \
| probably didn't matter. |
| |
\ -- Freeman Dyson /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;