Enjoy a randomly generated fortune:
$ fortune | cowsay
__________________________________
/ Where do you go to get anorexia? \
| |
\ -- Shelley Winters /
----------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;