Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ If the very old will remember, the very \
| young will listen. |
| |
\ -- Chief Dan George /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;