Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Gordon's Law: \
| |
| If you think you have the solution, the |
\ question was poorly phrased. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;