Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Best of all is never to have been born. \
\ Second best is to die soon. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;