Enjoy a randomly generated fortune:
$ fortune | cowsay
________________________________________
/ Bringing computers into the home won't \
| change either one, but may revitalize |
\ the corner saloon. /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;