Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ It is possible by ingenuity and at the \
| expense of clarity... {to do almost |
| anything in any language}. However, the |
| fact that it is possible to push a pea |
| up a mountain with your nose does not |
| mean that this is a sensible way of |
| getting it there. Each of these |
| techniques of language extension should |
| be used in its proper place. |
| |
\ -- Christopher Strachey /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;