Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ New York now leads the world's great \
| cities in the number of people around |
| whom you shouldn't make a sudden move. |
| |
\ -- David Letterman /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;