Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ If the ends don't justify the means, \
| then what does? |
| |
\ -- Robert Moses /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;