Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Once, I read that a man be never \
| stronger than when he truly realizes |
| how weak he is. |
| |
\ -- Jim Starlin, "Captain Marvel #31" /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;