Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ I waited and waited and when no message \
\ came I knew it must be from you. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;