Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ An ounce of mother is worth a ton of \
| priest. |
| |
\ -- Spanish proverb /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;