Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ In most instances, all an argument \
\ proves is that two people are present. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;