Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ According to all the latest reports, \
| there was no truth in any of the |
\ earlier reports. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;