Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ When you have 200 programmers trying to \
| write code for one product, like Win95 |
| or NT, what you get is a multipule |
| personality program. By definition, the |
| real problem is that these programs are |
| psychotic by nature and make people |
| crazy when they use them. |
| |
\ -- Joan Brewer on alt.destroy.microsoft /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;