Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ The more they over-think the plumbing \
\ the easier it is to stop up the drain. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;