Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Hmmm ... A hash-singer and a cross-eyed \
| guy were SLEEPING on a deserted island, |
\ when ... /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;