Enjoy a randomly generated fortune:
$ fortune | cowsay
____________________________________
/ QOTD: \
| |
| "This is a one line proof... if we |
| start sufficiently far to the |
| |
\ left." /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;