Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ I am so optimistic about beef prices \
| that I've just leased a pot roast with |
\ an option to buy. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;