Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Paul's Law: \
| |
| In America, it's not how much an item |
\ costs, it's how much you save. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;