Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ I was born in a Hostess Cupcake factory \
\ before the sexual revolution! /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;