Enjoy a randomly generated fortune:
$ fortune | cowsay
______________________________________
/ Bureaucrat, n.: \
| |
| A person who cuts red tape sideways. |
| |
\ -- J. McCabe /
--------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;