Enjoy a randomly generated fortune:
$ fortune | cowsay
_______________________________________
/ When you live in a sick society, just \
\ about everything you do is wrong. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;