Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ Sigmund Freud is alleged to have said \
| that in the last analysis the entire |
| field of psychology may reduce to |
\ biological electrochemistry. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;