Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ "It's easier said than done." \
| |
| ... and if you don't believe it, try |
| proving that it's easier done than |
| said, and you'll see that "it's easier |
| said that `it's easier done than said' |
| than it is done", which really proves |
\ that "it's easier said than done". /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;