Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ You'll wish that you had done some of \
| the hard things when they were easier |
\ to do. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;