Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ Whoever tells a lie cannot be pure in \
| heart -- and only the pure in heart can |
| make a good soup. |
| |
\ -- Ludwig Van Beethoven /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;