Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Keep up the good work! But please don't \
\ ask me to help. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;