Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ We have seen the light at the end of \
\ the tunnel, and it's out. /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;