Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ It's a .88 magnum -- it goes through \
| schools. |
| |
\ -- Danny Vermin /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;