Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ I just got out of the hospital after a \
| speed reading accident. I hit a |
| bookmark. |
| |
\ -- Steven Wright /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;