Enjoy a randomly generated fortune:
$ fortune | cowsay
_________________________________________
/ take forceful action: \
| |
| Do something that should have been done |
\ a long time ago. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;