Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ If I'm over the hill, why is it I don't \
| recall ever being on top? |
| |
\ -- Jerry Muscha /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;