Enjoy a randomly generated fortune:
$ fortune | cowsay
__________________________________
/ In the Halls of Justice the only \
| justice is in the halls. |
| |
\ -- Lenny Bruce /
----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;