Enjoy a randomly generated fortune:
$ fortune | cowsay
___________________________________
/ But what can you do with it? \
| |
| -- ubiquitous cry from Linux-user |
\ partner /
-----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;