Enjoy a randomly generated fortune:
$ fortune | cowsay
 ________________________________________
/ Recreational Slumming:                 \
|                                        |
| The practice of participating in       |
| recreational activities of a class one |
| perceives as lower than one's own:     |
| "Karen! Donald! Let's go bowling       |
| tonight! And don't worry about shoes   |
| ... apparently you can rent them."     |
|                                        |
| -- Douglas Coupland, "Generation X:    |
| Tales for an Accelerated               |
|                                        |
\ Culture"                               /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;