Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ You'll learn something about men and \
| women -- the way they're supposed to |
| be. Caring for each other, being happy |
| with each other, being good to each |
| other. That's what we call love. You'll |
| like that a lot. |
| |
\ -- Kirk, "The Apple", stardate 3715.6 /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;