Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ The day advanced as if to light some \
| work of mine; it was morning, and lo! |
| now it is evening, and nothing |
| memorable is accomplished. |
| |
\ -- H. D. Thoreau /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;