Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ If you go on with this nuclear arms \
| race, all you are going to do is make |
| the rubble bounce. |
| |
\ -- Winston Churchill /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;