Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ A real patriot is the fellow who gets a \
| parking ticket and rejoices that the |
\ system works. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;