Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ Money will say more in one moment than \
\ the most eloquent lover can in years. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;