Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Learning French is trivial: the word \
| for horse is cheval, and everything |
| else follows in the same way. |
| |
\ -- Alan J. Perlis /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;