Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ It [marriage] happens as with cages: \
| the birds without despair to get in, |
| and those within despair of getting |
| out. |
| |
\ -- Michel Eyquem de Montaigne /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;