Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ The human race never solves any of its \
| problems. It merely outlives them. |
| |
\ -- David Gerrold /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;