Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ No one knows like a woman how to say \
| things that are at once gentle and |
| deep. |
| |
\ -- Hugo /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;